This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-14 05:37:20 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a07a4a25a2
playwright
/
tests
/
assets
/
injectedfile.js
3 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-11-19 05:18:28 +03:00
window
.
_
_injected
=
42
;
api: evaluateOnNewDocument -> addInitScript (#1152) Also adds more options to specify the script.
2020-02-28 04:42:14 +03:00
window
.
injected
=
123
;
Initial commit
2019-11-19 05:18:28 +03:00
window
.
_
_injectedError
=
new
Error
(
'hi'
)
;
Reference in New Issue
Copy Permalink