Uses of Class
org.openqa.selenium.ScriptKey
Packages that use ScriptKey
- 
Uses of ScriptKey in org.openqa.seleniumSubclasses of ScriptKey in org.openqa.seleniumMethods in org.openqa.selenium that return ScriptKeyModifier and TypeMethodDescriptiondefault ScriptKeyCommonly 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 ObjectJavascriptExecutor.executeScript(ScriptKey key, @Nullable Object... args) Calls a script by theScriptKeyreturned byJavascriptExecutor.pin(String).default voidDeletes the reference to a script that has previously been pinned.
- 
Uses of ScriptKey in org.openqa.selenium.chromiumMethods in org.openqa.selenium.chromium that return ScriptKeyMethods in org.openqa.selenium.chromium that return types with arguments of type ScriptKeyMethods in org.openqa.selenium.chromium with parameters of type ScriptKey