Class FirefoxDriver.SystemProperty

  • Enclosing class:
    FirefoxDriver

    public static final class FirefoxDriver.SystemProperty
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BROWSER_BINARY
      System property that defines the location of the Firefox executable file.
      static java.lang.String BROWSER_LIBRARY_PATH
      System property that defines the additional library path (Linux only).
      static java.lang.String BROWSER_LOGFILE
      System property that defines the location of the file where Firefox log should be stored.
      static java.lang.String BROWSER_PROFILE
      System property that defines the profile that should be used as a template.
      static java.lang.String DRIVER_USE_MARIONETTE
      Boolean system property that instructs FirefoxDriver to use Marionette backend, overrides any capabilities specified by the user
      static java.lang.String DRIVER_XPI_PROPERTY
      System property that defines the location of the webdriver.xpi browser extension to install in the browser.
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemProperty()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BROWSER_BINARY

        public static final java.lang.String BROWSER_BINARY
        System property that defines the location of the Firefox executable file.
        See Also:
        Constant Field Values
      • BROWSER_LOGFILE

        public static final java.lang.String BROWSER_LOGFILE
        System property that defines the location of the file where Firefox log should be stored.
        See Also:
        Constant Field Values
      • BROWSER_LIBRARY_PATH

        public static final java.lang.String BROWSER_LIBRARY_PATH
        System property that defines the additional library path (Linux only).
        See Also:
        Constant Field Values
      • BROWSER_PROFILE

        public static final java.lang.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:
        Constant Field Values
      • DRIVER_XPI_PROPERTY

        public static final java.lang.String DRIVER_XPI_PROPERTY
        System property that defines the location of the webdriver.xpi browser extension to install in the browser. If not set, the prebuilt extension bundled with this class will be used.
        See Also:
        Constant Field Values
      • DRIVER_USE_MARIONETTE

        public static final java.lang.String DRIVER_USE_MARIONETTE
        Boolean system property that instructs FirefoxDriver to use Marionette backend, overrides any capabilities specified by the user
        See Also:
        Constant Field Values
    • Constructor Detail

      • SystemProperty

        public SystemProperty()