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 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 ObjectJavascriptExecutor.executeScript(ScriptKey key, Object... args) Calls a script by theScriptKeyreturned byJavascriptExecutor.pin(String).default voidDeletes the reference to a script that has previously been pinned.