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