Class FirefoxBinary

java.lang.Object
org.openqa.selenium.firefox.FirefoxBinary

@Deprecated public class FirefoxBinary extends Object
A wrapper around Firefox's binary. This allows us to locate the binary in a portable way.
  • Constructor Details

    • FirefoxBinary

      public FirefoxBinary()
      Deprecated.
    • FirefoxBinary

      public FirefoxBinary(FirefoxBinary.Channel channel)
      Deprecated.
    • FirefoxBinary

      public FirefoxBinary(File pathToFirefoxBinary)
      Deprecated.
  • Method Details

    • addCommandLineOptions

      public void addCommandLineOptions(String... options)
      Deprecated.
    • getFile

      public File getFile()
      Deprecated.
    • getPath

      public String getPath()
      Deprecated.
    • getExtraOptions

      public List<String> getExtraOptions()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • toJson

      public String toJson()
      Deprecated.