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 simple-extension content-script.js
Raw

priv/assets/simple-extension/content-script.js

console.log('hey from the content-script');
self.thisIsTheContentScript = true;