Uses of Class
org.openqa.selenium.devtools.v95.page.model.ScriptIdentifier
-
Packages that use ScriptIdentifier Package Description org.openqa.selenium.devtools.v95 org.openqa.selenium.devtools.v95.page -
-
Uses of ScriptIdentifier in org.openqa.selenium.devtools.v95
Methods in org.openqa.selenium.devtools.v95 that return types with arguments of type ScriptIdentifier Modifier and Type Method Description protected org.openqa.selenium.devtools.Command<ScriptIdentifier>V95Javascript. addScriptToEvaluateOnNewDocument(java.lang.String script)Methods in org.openqa.selenium.devtools.v95 with parameters of type ScriptIdentifier Modifier and Type Method Description protected org.openqa.selenium.devtools.Command<java.lang.Void>V95Javascript. removeScriptToEvaluateOnNewDocument(ScriptIdentifier id) -
Uses of ScriptIdentifier in org.openqa.selenium.devtools.v95.page
Methods in org.openqa.selenium.devtools.v95.page that return types with arguments of type ScriptIdentifier Modifier and Type Method Description static org.openqa.selenium.devtools.Command<ScriptIdentifier>Page. addScriptToEvaluateOnLoad(java.lang.String scriptSource)Deprecated.static org.openqa.selenium.devtools.Command<ScriptIdentifier>Page. addScriptToEvaluateOnNewDocument(java.lang.String source, java.util.Optional<java.lang.String> worldName, java.util.Optional<java.lang.Boolean> includeCommandLineAPI)Evaluates given script in every frame upon creation (before loading frame's scripts).Methods in org.openqa.selenium.devtools.v95.page with parameters of type ScriptIdentifier Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Page. removeScriptToEvaluateOnLoad(ScriptIdentifier identifier)Deprecated.static org.openqa.selenium.devtools.Command<java.lang.Void>Page. removeScriptToEvaluateOnNewDocument(ScriptIdentifier identifier)Removes given script from the list.
-