mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
823bf389a7
Also adds more options to specify the script.
3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
window.__injected = 42;
|
|
window.injected = 123;
|
|
window.__injectedError = new Error('hi'); |