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 injectedfile.js
Raw

priv/assets/injectedfile.js

window.__injected = 42;
window.injected = 123;
window.__injectedError = new Error('hi');