Packages

Playwright Assets is a package for installing and running test assets in Playwright Node.js and Elixir implementations.

Current section

Files

Jump to
playwright_assets priv assets window-stop.html
Raw

priv/assets/window-stop.html

<script type="module" src="./module.js"></script>
<script>
setTimeout(() => window.stop(), 100);
</script>