Uses of Interface
org.openqa.selenium.remote.CommandExecutor
-
Packages that use CommandExecutor Package Description org.openqa.selenium.remote org.openqa.selenium.remote.service -
-
Uses of CommandExecutor in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement CommandExecutor Modifier and Type Class Description class
HttpCommandExecutor
class
TracedCommandExecutor
Methods in org.openqa.selenium.remote that return CommandExecutor Modifier and Type Method Description CommandExecutor
RemoteWebDriver. getCommandExecutor()
Methods in org.openqa.selenium.remote with parameters of type CommandExecutor Modifier and Type Method Description protected void
RemoteWebDriver. setCommandExecutor(CommandExecutor executor)
Constructors in org.openqa.selenium.remote with parameters of type CommandExecutor Constructor Description RemoteWebDriver(CommandExecutor executor, org.openqa.selenium.Capabilities capabilities)
TracedCommandExecutor(CommandExecutor delegate, Tracer tracer)
-
Uses of CommandExecutor in org.openqa.selenium.remote.service
Classes in org.openqa.selenium.remote.service that implement CommandExecutor Modifier and Type Class Description class
DriverCommandExecutor
A specializedHttpCommandExecutor
that will use aDriverService
that lives and dies with a single WebDriver session.
-