Package org.openqa.selenium.firefox
Class FirefoxBinary
java.lang.Object
org.openqa.selenium.firefox.FirefoxBinary
Deprecated.
A wrapper around Firefox's binary. This allows us to locate the binary in a portable way.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated.Enumerates Firefox channels, according to https://wiki.mozilla.org/RapidRelease -
Constructor Summary
ConstructorDescriptionDeprecated.FirefoxBinary
(File pathToFirefoxBinary) Deprecated.FirefoxBinary
(FirefoxBinary.Channel channel) Deprecated. -
Method Summary
-
Constructor Details
-
FirefoxBinary
public FirefoxBinary()Deprecated. -
FirefoxBinary
Deprecated. -
FirefoxBinary
Deprecated.
-
-
Method Details
FirefoxOptions.setBinary(Path)
orFirefoxOptions.setBinary(String)
instead.