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 voidRemoteWebDriver.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 TypeClassDescriptionclassA specializedHttpCommandExecutorthat will use aDriverServicethat lives and dies with a single WebDriver session.