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 RemoteWebDriverBuilderRemoteWebDriverBuilder. 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 DriverService Modifier and Type Class Description static classDriverService.Builder<DS extends DriverService,B extends DriverService.Builder<?,?>>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)Creates anDriverCommandExecutorthat supports non-standardadditionalCommandsin addition to the standard.
-