Field and Description |
---|
org.openqa.selenium.firefox.FirefoxDriver.ACCEPT_UNTRUSTED_CERTIFICATES |
org.openqa.selenium.firefox.FirefoxDriver.ASSUME_UNTRUSTED_ISSUER |
Method and Description |
---|
org.openqa.selenium.firefox.FirefoxProfile.areNativeEventsEnabled() |
org.openqa.selenium.firefox.FirefoxProfile.setEnableNativeEvents(boolean) |
Constructor and Description |
---|
org.openqa.selenium.firefox.GeckoDriverService.Builder(FirefoxBinary)
Use method usingFirefoxBinary instead
|
org.openqa.selenium.firefox.FirefoxBinary(String)
Perform the version check by taking a look at the version that comes back from the
remote end in the returned
Capabilities . |
org.openqa.selenium.firefox.FirefoxDriver(FirefoxBinary) |
org.openqa.selenium.firefox.FirefoxDriver(FirefoxBinary, FirefoxProfile) |
org.openqa.selenium.firefox.FirefoxDriver(FirefoxBinary, FirefoxProfile, Capabilities) |
org.openqa.selenium.firefox.FirefoxDriver(FirefoxBinary, FirefoxProfile, Capabilities, Capabilities) |
org.openqa.selenium.firefox.FirefoxDriver(GeckoDriverService)
No replacement.
|
org.openqa.selenium.firefox.FirefoxDriver(GeckoDriverService, Capabilities)
No replacement.
|
org.openqa.selenium.firefox.FirefoxDriver(GeckoDriverService, Capabilities, Capabilities)
No replacement.
|