Class DefaultFirefoxBinaryProvider

  • All Implemented Interfaces:
    FirefoxBinaryProvider

    @Deprecated
    public class DefaultFirefoxBinaryProvider
    extends java.lang.Object
    implements FirefoxBinaryProvider
    Deprecated.
    Lets the user to customize the firefox installation to be used, when a test runs locally. This is useful, when the selenium version you are using does not support the latest firefox version. The place of the firefox binary can be defined by "ffBinary" system property.
    • Field Detail

      • FIREFOX_BINARY_LOCATION_SYSTEM_PROPERTY_KEY

        public static final java.lang.String FIREFOX_BINARY_LOCATION_SYSTEM_PROPERTY_KEY
        Deprecated.
        Env entry to contain a path to the firefox binary to be used.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultFirefoxBinaryProvider

        public DefaultFirefoxBinaryProvider()
        Deprecated.
    • Method Detail

      • getFirefoxBinary

        public org.openqa.selenium.firefox.FirefoxBinary getFirefoxBinary()
        Deprecated.
        Description copied from interface: FirefoxBinaryProvider
        Creates a firefox binary (executable of firefox)
        Specified by:
        getFirefoxBinary in interface FirefoxBinaryProvider
        Returns:
        firefox binary instance