Uses of Class
org.openqa.selenium.remote.service.DriverService
Packages that use DriverService
Package
Description
-
Uses of DriverService in org.openqa.selenium.chrome
Subclasses of DriverService in org.openqa.selenium.chromeModifier and TypeClassDescriptionclass
Manages the life and death of a ChromeDriver server. -
Uses of DriverService in org.openqa.selenium.chromium
Constructors in org.openqa.selenium.chromium with parameters of type DriverServiceModifierConstructorDescriptionChromiumDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> extraCommands) ChromiumDriverCommandExecutor
(DriverService service, Map<String, CommandInfo> extraCommands, ClientConfig clientConfig) -
Uses of DriverService in org.openqa.selenium.edge
Subclasses of DriverService in org.openqa.selenium.edgeModifier and TypeClassDescriptionclass
Manages the life and death of the MSEdgeDriver -
Uses of DriverService in org.openqa.selenium.firefox
Subclasses of DriverService in org.openqa.selenium.firefoxModifier and TypeClassDescriptionclass
class
Manages the life and death of an GeckoDriver -
Uses of DriverService in org.openqa.selenium.ie
Subclasses of DriverService in org.openqa.selenium.ieModifier and TypeClassDescriptionclass
Manages the life and death of an IEDriverServer. -
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, ClientConfig clientConfig) Creates anDriverCommandExecutor
that supports non-standardadditionalCommands
in addition to the standard.DriverCommandExecutor
(DriverService service, ClientConfig clientConfig) DriverFinder
(DriverService service, Capabilities options) -
Uses of DriverService in org.openqa.selenium.safari
Subclasses of DriverService in org.openqa.selenium.safariModifier and TypeClassDescriptionclass
Manages the life and death of SafariDriver.class
Manages the life and death of SafariDriver Technology Preview.Constructors in org.openqa.selenium.safari with parameters of type DriverServiceModifierConstructorDescriptionSafariDriver
(DriverService service, SafariOptions options) Initializes a new SafariDriver using the specifiedSafariOptions
.SafariDriver
(DriverService service, SafariOptions options, ClientConfig clientConfig)