playwright/tests/assets/injectedfile.js

3 lines
88 B
JavaScript
Raw Permalink Normal View History

2019-11-19 05:18:28 +03:00
window.__injected = 42;
window.injected = 123;
2019-11-19 05:18:28 +03:00
window.__injectedError = new Error('hi');