Uses of Class
org.openqa.selenium.remote.service.DriverService
-
Packages that use DriverService Package Description org.openqa.selenium.remote org.openqa.selenium.remote.service -
-
Uses of DriverService in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type DriverService Modifier and Type Method Description RemoteWebDriverBuilder
RemoteWebDriverBuilder. 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 DriverService Modifier and Type Class Description static class
DriverService.Builder<DS extends DriverService,B extends DriverService.Builder<?,?>>
Methods in org.openqa.selenium.remote.service with parameters of type DriverService Modifier and Type Method Description static java.lang.String
DriverFinder. getPath(DriverService service, org.openqa.selenium.Capabilities options)
Constructors in org.openqa.selenium.remote.service with parameters of type DriverService Constructor Description DriverCommandExecutor(DriverService service)
Creates a new DriverCommandExecutor which will communicate with the driver as configured by the givenservice
.DriverCommandExecutor(DriverService service, java.util.Map<java.lang.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)
-