Uses of Interface
org.openqa.selenium.remote.CommandExecutor
Packages that use CommandExecutor
-
Uses of CommandExecutor in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement CommandExecutorMethods in org.openqa.selenium.remote that return CommandExecutorMethods in org.openqa.selenium.remote with parameters of type CommandExecutorModifier and TypeMethodDescriptionprotected void
RemoteWebDriver.setCommandExecutor
(CommandExecutor executor) Constructors in org.openqa.selenium.remote with parameters of type CommandExecutorModifierConstructorDescriptionRemoteWebDriver
(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 CommandExecutorModifier and TypeClassDescriptionclass
A specializedHttpCommandExecutor
that will use aDriverService
that lives and dies with a single WebDriver session.