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

4 lines
81 B
JavaScript
Raw Normal View History

2019-11-19 05:18:28 +03:00
console.log('hey from the content-script');
self.thisIsTheContentScript = true;