playwright-python/tests/assets/extension-mv3-simple/content-script.js

3 lines
80 B
JavaScript

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