Uses of Class
org.openqa.selenium.devtools.Command
-
Packages that use Command Package Description org.openqa.selenium.devtools org.openqa.selenium.devtools.idealized org.openqa.selenium.devtools.idealized.log org.openqa.selenium.devtools.idealized.target -
-
Uses of Command in org.openqa.selenium.devtools
Methods in org.openqa.selenium.devtools that return Command Modifier and Type Method Description Command<X>Command. doesNotSendResponse()Some CDP commands do not appear to send responses, and so are really hard to deal with.Methods in org.openqa.selenium.devtools with parameters of type Command Modifier and Type Method Description <X> java.util.concurrent.CompletableFuture<X>Connection. send(SessionID sessionId, Command<X> command)<X> XDevTools. send(Command<X> command)<X> XConnection. sendAndWait(SessionID sessionId, Command<X> command, java.time.Duration timeout) -
Uses of Command in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized that return Command Modifier and Type Method Description protected abstract Command<SCRIPTID>Javascript. addScriptToEvaluateOnNewDocument(java.lang.String script)protected abstract Command<java.lang.Void>Network. cancelAuth(AUTHREQUIRED authrequired)protected abstract Command<java.lang.Void>Network. continueRequest(REQUESTPAUSED pausedReq, org.openqa.selenium.remote.http.HttpRequest req)protected abstract Command<java.lang.Void>Network. continueWithAuth(AUTHREQUIRED authRequired, org.openqa.selenium.UsernameAndPassword credentials)protected abstract Command<java.lang.Void>Network. continueWithoutModification(REQUESTPAUSED pausedReq)protected abstract Command<java.lang.Void>Network. disableFetch()protected abstract Command<java.lang.Void>Network. disableNetworkCaching()protected abstract Command<java.lang.Void>Javascript. disablePage()protected abstract Command<java.lang.Void>Events. disableRuntime()protected abstract Command<java.lang.Void>Javascript. disableRuntime()protected abstract Command<java.lang.Void>Javascript. doAddJsBinding(java.lang.String scriptName)protected abstract Command<java.lang.Void>Javascript. doRemoveJsBinding(java.lang.String scriptName)protected abstract Command<java.lang.Void>Network. enableFetchForAllPatterns()protected abstract Command<java.lang.Void>Network. enableNetworkCaching()protected abstract Command<java.lang.Void>Javascript. enablePage()protected abstract Command<java.lang.Void>Events. enableRuntime()protected abstract Command<java.lang.Void>Javascript. enableRuntime()protected abstract Command<java.lang.Void>Network. fulfillRequest(REQUESTPAUSED pausedReq, org.openqa.selenium.remote.http.HttpResponse res)protected abstract Command<java.lang.Void>Javascript. removeScriptToEvaluateOnNewDocument(SCRIPTID id)protected abstract Command<java.lang.Void>Network. setUserAgentOverride(Network.UserAgent userAgent) -
Uses of Command in org.openqa.selenium.devtools.idealized.log
Methods in org.openqa.selenium.devtools.idealized.log that return Command Modifier and Type Method Description Command<java.lang.Void>Log. clear()Command<java.lang.Void>Log. enable() -
Uses of Command in org.openqa.selenium.devtools.idealized.target
Methods in org.openqa.selenium.devtools.idealized.target that return Command Modifier and Type Method Description Command<SessionID>Target. attachToTarget(TargetID targetId)Command<java.lang.Void>Target. detachFromTarget(java.util.Optional<SessionID> sessionId, java.util.Optional<TargetID> targetId)Detaches session with given id.Command<java.util.List<TargetInfo>>Target. getTargets()Command<java.lang.Void>Target. setAutoAttach()
-