Uses of Class
org.openqa.selenium.bidi.Command
-
Packages that use Command Package Description org.openqa.selenium.bidi -
-
Uses of Command in org.openqa.selenium.bidi
Methods in org.openqa.selenium.bidi with parameters of type Command Modifier and Type Method Description <X> X
BiDi. send(Command<X> command)
<X> java.util.concurrent.CompletableFuture<X>
Connection. send(Command<X> command)
<X> X
Connection. sendAndWait(Command<X> command, java.time.Duration timeout)
-