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