Package org.openqa.selenium.firefox
Class FirefoxBinary
- java.lang.Object
-
- org.openqa.selenium.firefox.FirefoxBinary
-
public class FirefoxBinary extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFirefoxBinary.ChannelEnumerates Firefox channels, according to https://wiki.mozilla.org/RapidRelease
-
Constructor Summary
Constructors Constructor Description FirefoxBinary()FirefoxBinary(java.io.File pathToFirefoxBinary)FirefoxBinary(FirefoxBinary.Channel channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCommandLineOptions(java.lang.String... options)java.util.List<java.lang.String>getExtraOptions()java.io.FilegetFile()java.lang.StringgetPath()java.lang.StringtoJson()java.lang.StringtoString()
-
-
-
Constructor Detail
-
FirefoxBinary
public FirefoxBinary()
-
FirefoxBinary
public FirefoxBinary(FirefoxBinary.Channel channel)
-
FirefoxBinary
public FirefoxBinary(java.io.File pathToFirefoxBinary)
-
-
Method Detail
-
addCommandLineOptions
public void addCommandLineOptions(java.lang.String... options)
-
getFile
public java.io.File getFile()
-
getPath
public java.lang.String getPath()
-
getExtraOptions
public java.util.List<java.lang.String> getExtraOptions()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toJson
public java.lang.String toJson()
-
-