Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ unpin
Method
unpin
javascript/selenium-webdriver/lib/script.js:120–123 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
118
}
119
120
async
unpin(id) {
121
await
this.#initScript()
122
await
this.#script.removePreloadScript(id)
123
}
124
125
async
execute(script, ...args) {
126
await
this.#initScript()
Callers
1
test_pin_returns_pinned_script
Function · 0.95
Calls
2
#initScript
Method · 0.95
removePreloadScript
Method · 0.45
Tested by
1
test_pin_returns_pinned_script
Function · 0.76