Uses of Class
org.openqa.selenium.remote.HttpCommandExecutor
-
Packages that use HttpCommandExecutor Package Description org.openqa.selenium.remote.service -
-
Uses of HttpCommandExecutor in org.openqa.selenium.remote.service
Subclasses of HttpCommandExecutor in org.openqa.selenium.remote.service Modifier and Type Class Description class
DriverCommandExecutor
A specializedHttpCommandExecutor
that will use aDriverService
that lives and dies with a single WebDriver session.
-