Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ pin
Method
pin
java/src/org/openqa/selenium/remote/Script.java:41–41 ·
view source on GitHub ↗
(String script)
Source
from the content-addressed store, hash-verified
39
void
removeDomMutationHandler(String id);
40
41
String pin(String script);
42
43
void
unpin(String id);
44
Callers
15
canUnpinScript
Method · 0.95
webdriver_script_test.js
File · 0.65
canPinScript
Method · 0.65
shouldAllowAScriptToBePinned
Method · 0.65
pinnedScriptsShouldBeAbleToTakeArguments
Method · 0.65
shouldBeAbleToListAllPinnedScripts
Method · 0.65
shouldAllowAPinnedScriptToBeUnpinned
Method · 0.65
callingAnUnpinnedScriptIsAnError
Method · 0.65
afterPinningScriptShouldBeAvailableOnEveryPage
Method · 0.65
initializeListener
Method · 0.65
test_pin_script
Function · 0.65
test_unpin_script
Function · 0.65
Implementers
2
RemoteScript
java/src/org/openqa/selenium/remote/Re
Script
javascript/selenium-webdriver/lib/scri
Calls
no outgoing calls
Tested by
13
canUnpinScript
Method · 0.76
canPinScript
Method · 0.52
shouldAllowAScriptToBePinned
Method · 0.52
pinnedScriptsShouldBeAbleToTakeArguments
Method · 0.52
shouldBeAbleToListAllPinnedScripts
Method · 0.52
shouldAllowAPinnedScriptToBeUnpinned
Method · 0.52
callingAnUnpinnedScriptIsAnError
Method · 0.52
afterPinningScriptShouldBeAvailableOnEveryPage
Method · 0.52
test_pin_script
Function · 0.52
test_unpin_script
Function · 0.52
test_pin_returns_pinned_script
Method · 0.52
test_execute_pinned_script_returns_script_result
Method · 0.52