Uses of Class
org.openqa.selenium.firefox.FirefoxDriverService
-
-
Uses of FirefoxDriverService in org.openqa.selenium.firefox
Classes in org.openqa.selenium.firefox with type parameters of type FirefoxDriverService Modifier and Type Class Description static class
FirefoxDriverService.Builder<DS extends FirefoxDriverService,B extends FirefoxDriverService.Builder<?,?>>
Subclasses of FirefoxDriverService in org.openqa.selenium.firefox Modifier and Type Class Description class
GeckoDriverService
Manages the life and death of an GeckoDriver aka 'wires'.Constructors in org.openqa.selenium.firefox with parameters of type FirefoxDriverService Constructor Description FirefoxDriver(FirefoxDriverService service)
FirefoxDriver(FirefoxDriverService service, org.openqa.selenium.Capabilities desiredCapabilities)
Deprecated.FirefoxDriver(FirefoxDriverService service, FirefoxOptions options)
-