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