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 FirefoxBinaryFirefoxDriver. binaryMethods in org.openqa.selenium.firefox that return FirefoxBinary Modifier and Type Method Description FirefoxBinaryFirefoxOptions. getBinary()Constructs aFirefoxBinaryand 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 FirefoxOptionsFirefoxOptions. setBinary(FirefoxBinary binary)GeckoDriverService.BuilderGeckoDriverService.Builder. usingFirefoxBinary(FirefoxBinary firefoxBinary)Sets which browser executable the builder will use.
-