Uses of Class
org.openqa.selenium.devtools.v141.page.model.ScriptIdentifier
Packages that use ScriptIdentifier
-
Uses of ScriptIdentifier in org.openqa.selenium.devtools.v141
Methods in org.openqa.selenium.devtools.v141 that return types with arguments of type ScriptIdentifierModifier and TypeMethodDescriptionprotected org.openqa.selenium.devtools.Command<ScriptIdentifier> v141Javascript.addScriptToEvaluateOnNewDocument(String script) Methods in org.openqa.selenium.devtools.v141 with parameters of type ScriptIdentifierModifier and TypeMethodDescriptionprotected org.openqa.selenium.devtools.Command<Void> v141Javascript.removeScriptToEvaluateOnNewDocument(ScriptIdentifier id) -
Uses of ScriptIdentifier in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return types with arguments of type ScriptIdentifierModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<ScriptIdentifier> Page.addScriptToEvaluateOnLoad(String scriptSource) Deprecated.static org.openqa.selenium.devtools.Command<ScriptIdentifier> Page.addScriptToEvaluateOnNewDocument(String source, Optional<String> worldName, Optional<Boolean> includeCommandLineAPI, Optional<Boolean> runImmediately) Evaluates given script in every frame upon creation (before loading frame's scripts).Methods in org.openqa.selenium.devtools.v141.page with parameters of type ScriptIdentifierModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Page.removeScriptToEvaluateOnLoad(ScriptIdentifier identifier) Deprecated.static org.openqa.selenium.devtools.Command<Void> Page.removeScriptToEvaluateOnNewDocument(ScriptIdentifier identifier) Removes given script from the list.