Uses of Class
org.openqa.selenium.devtools.v95.runtime.Runtime.RunScriptResponse
-
Packages that use Runtime.RunScriptResponse Package Description org.openqa.selenium.devtools.v95.runtime -
-
Uses of Runtime.RunScriptResponse in org.openqa.selenium.devtools.v95.runtime
Methods in org.openqa.selenium.devtools.v95.runtime that return types with arguments of type Runtime.RunScriptResponse Modifier and Type Method Description static org.openqa.selenium.devtools.Command<Runtime.RunScriptResponse>
Runtime. runScript(ScriptId scriptId, java.util.Optional<ExecutionContextId> executionContextId, java.util.Optional<java.lang.String> objectGroup, java.util.Optional<java.lang.Boolean> silent, java.util.Optional<java.lang.Boolean> includeCommandLineAPI, java.util.Optional<java.lang.Boolean> returnByValue, java.util.Optional<java.lang.Boolean> generatePreview, java.util.Optional<java.lang.Boolean> awaitPromise)
Runs script with given id in a given context.
-