Uses of Class
org.openqa.selenium.ScriptKey
Packages that use ScriptKey
-
Uses of ScriptKey in org.openqa.selenium
Subclasses of ScriptKey in org.openqa.seleniumMethods in org.openqa.selenium that return ScriptKeyModifier and TypeMethodDescriptiondefault ScriptKey
Commonly used scripts may be "pinned" to the WebDriver session, allowing them to be called efficiently by their handle rather than sending the entire script across the wire for every call.Methods in org.openqa.selenium that return types with arguments of type ScriptKeyMethods in org.openqa.selenium with parameters of type ScriptKeyModifier and TypeMethodDescriptiondefault @Nullable Object
JavascriptExecutor.executeScript
(ScriptKey key, @Nullable Object... args) Calls a script by theScriptKey
returned byJavascriptExecutor.pin(String)
.default void
Deletes the reference to a script that has previously been pinned.