Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
seleniumhq
Edit Copy
Star
GitHub Repository:
seleniumhq/selenium
Path:
blob/trunk/common/src/web/devtools_request_interception_test/one.js
2
8
8
5
views
1
function
printScriptName
(
)
{
2
document
.
getElementById
(
'result'
)
.
innerHTML
=
'one'
;
3
}
4
5