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_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.
    • 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_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
    • Constructor Detail

      • SystemProperty

        public SystemProperty()