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 givenDriverServiceto 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 classDriverService.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 anDriverCommandExecutorthat supports non-standardadditionalCommandsin addition to the standard.DriverCommandExecutor(DriverService service, org.openqa.selenium.remote.http.ClientConfig clientConfig) DriverFinder(DriverService service, org.openqa.selenium.Capabilities options)