Class FirefoxDriver.SystemProperty

java.lang.Object
org.openqa.selenium.firefox.FirefoxDriver.SystemProperty
Enclosing class:
FirefoxDriver

public static final class FirefoxDriver.SystemProperty extends Object
  • Field Details

    • BROWSER_BINARY

      public static final String BROWSER_BINARY
      System property that defines the location of the Firefox executable file.
      See Also:
    • BROWSER_PROFILE

      public static final String BROWSER_PROFILE
      System property that defines the profile that should be used as a template. When the driver starts, it will make a copy of the profile it is using, rather than using that profile directly.
      See Also:
  • Constructor Details

    • SystemProperty

      public SystemProperty()