MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / pin

Method pin

javascript/selenium-webdriver/lib/script.js:115–118  ·  view source on GitHub ↗
(script)

Source from the content-addressed store, hash-verified

113 }
114
115 async pin(script) {
116 await this.#initScript()
117 return await this.#script.addPreloadScript(script)
118 }
119
120 async unpin(id) {
121 await this.#initScript()

Calls 2

#initScriptMethod · 0.95
addPreloadScriptMethod · 0.45