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 classHttpCommandExecutorMethods in org.openqa.selenium.remote that return CommandExecutor Modifier and Type Method Description CommandExecutorRemoteWebDriver. getCommandExecutor()Methods in org.openqa.selenium.remote with parameters of type CommandExecutor Modifier and Type Method Description protected voidRemoteWebDriver. setCommandExecutor(CommandExecutor executor)Constructors in org.openqa.selenium.remote with parameters of type CommandExecutor Constructor Description RemoteWebDriver(CommandExecutor executor, org.openqa.selenium.Capabilities capabilities) -
Uses of CommandExecutor in org.openqa.selenium.remote.service
Classes in org.openqa.selenium.remote.service that implement CommandExecutor Modifier and Type Class Description classDriverCommandExecutorA specializedHttpCommandExecutorthat will use aDriverServicethat lives and dies with a single WebDriver session.
-