Uses of Class
org.openqa.selenium.devtools.v115.runtime.Runtime.RunScriptResponse
Packages that use Runtime.RunScriptResponse
-
Uses of Runtime.RunScriptResponse in org.openqa.selenium.devtools.v115.runtime
Methods in org.openqa.selenium.devtools.v115.runtime that return types with arguments of type Runtime.RunScriptResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Runtime.RunScriptResponse>
Runtime.runScript
(ScriptId scriptId, Optional<ExecutionContextId> executionContextId, Optional<String> objectGroup, Optional<Boolean> silent, Optional<Boolean> includeCommandLineAPI, Optional<Boolean> returnByValue, Optional<Boolean> generatePreview, Optional<Boolean> awaitPromise) Runs script with given id in a given context.