Uses of Class
org.openqa.selenium.remote.service.DriverService
Packages that use DriverService
-
Uses of DriverService in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type DriverServiceModifier and TypeMethodDescriptionRemoteWebDriverBuilder.withDriverService
(DriverService service) Use the givenDriverService
to set up the webdriver instance. -
Uses of DriverService in org.openqa.selenium.remote.service
Classes in org.openqa.selenium.remote.service with type parameters of type DriverServiceModifier and TypeClassDescriptionstatic class
DriverService.Builder<DS extends DriverService,
B extends DriverService.Builder<?, ?>> Constructors in org.openqa.selenium.remote.service with parameters of type DriverServiceModifierConstructorDescriptionDriverCommandExecutor
(DriverService service) Creates a new DriverCommandExecutor which will communicate with the driver as configured by the givenservice
.DriverCommandExecutor
(DriverService service, Map<String, CommandInfo> additionalCommands, org.openqa.selenium.remote.http.ClientConfig clientConfig) Creates anDriverCommandExecutor
that supports non-standardadditionalCommands
in addition to the standard.DriverCommandExecutor
(DriverService service, org.openqa.selenium.remote.http.ClientConfig clientConfig) DriverFinder
(DriverService service, org.openqa.selenium.Capabilities options)