Uses of Class
org.openqa.selenium.firefox.FirefoxBinary
-
-
Uses of FirefoxBinary in org.openqa.selenium.firefox
Fields in org.openqa.selenium.firefox declared as FirefoxBinary Modifier and Type Field Description protected FirefoxBinary
FirefoxDriver. binary
Methods in org.openqa.selenium.firefox that return FirefoxBinary Modifier and Type Method Description FirefoxBinary
FirefoxOptions. getBinary()
Constructs aFirefoxBinary
and returns that to be used, and because of this is only useful when actually starting firefox.Methods in org.openqa.selenium.firefox that return types with arguments of type FirefoxBinary Modifier and Type Method Description java.util.Optional<FirefoxBinary>
FirefoxOptions. getBinaryOrNull()
Methods in org.openqa.selenium.firefox with parameters of type FirefoxBinary Modifier and Type Method Description FirefoxOptions
FirefoxOptions. setBinary(FirefoxBinary binary)
GeckoDriverService.Builder
GeckoDriverService.Builder. usingFirefoxBinary(FirefoxBinary firefoxBinary)
Sets which browser executable the builder will use.
-