Package at.willhaben.willtest.config
Class DefaultFirefoxBinaryProvider
- java.lang.Object
-
- at.willhaben.willtest.config.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 Summary
Fields Modifier and Type Field Description static java.lang.StringFIREFOX_BINARY_LOCATION_SYSTEM_PROPERTY_KEYDeprecated.Env entry to contain a path to the firefox binary to be used.
-
Constructor Summary
Constructors Constructor Description DefaultFirefoxBinaryProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.openqa.selenium.firefox.FirefoxBinarygetFirefoxBinary()Deprecated.Creates a firefox binary (executable of firefox)
-
-
-
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
-
-
Method Detail
-
getFirefoxBinary
public org.openqa.selenium.firefox.FirefoxBinary getFirefoxBinary()
Deprecated.Description copied from interface:FirefoxBinaryProviderCreates a firefox binary (executable of firefox)- Specified by:
getFirefoxBinaryin interfaceFirefoxBinaryProvider- Returns:
- firefox binary instance
-
-