Package at.willhaben.willtest.rule
Class AbstractFirefoxProvider<P extends AbstractFirefoxProvider<P,D>,D extends org.openqa.selenium.WebDriver>
- java.lang.Object
-
- at.willhaben.willtest.rule.TestFailureAwareRule
-
- at.willhaben.willtest.rule.AbstractSeleniumProvider<P,D>
-
- at.willhaben.willtest.rule.AbstractFirefoxProvider<P,D>
-
- Type Parameters:
P- type of the provider implementationD- type of the webdriver, which will be provided
- All Implemented Interfaces:
SeleniumProvider<P,D>,org.junit.rules.TestRule
- Direct Known Subclasses:
LocalFirefoxProvider,SeleniumHubFirefoxProvider
@Deprecated public abstract class AbstractFirefoxProvider<P extends AbstractFirefoxProvider<P,D>,D extends org.openqa.selenium.WebDriver> extends AbstractSeleniumProvider<P,D>
Deprecated.Parent class for all implementations ofSeleniumProviderfor Firefox. Injects the outputFirefoxProfileofFirefoxConfigurationasWebDriverConfigurationParticipant.
-
-
Field Summary
-
Fields inherited from interface at.willhaben.willtest.config.SeleniumProvider
FIND_ELEMENT_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description AbstractFirefoxProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected FirefoxConfigurationgetFirefoxConfiguration()Deprecated.voidsetFirefoxConfiguration(FirefoxConfiguration firefoxConfiguration)Deprecated.-
Methods inherited from class at.willhaben.willtest.rule.AbstractSeleniumProvider
addWebDriverConfigurationParticipant, addWebDriverEventListener, after, before, constructWebDriver, createDesiredCapabilities, getWebDriver
-
Methods inherited from class at.willhaben.willtest.rule.TestFailureAwareRule
apply, onError
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface at.willhaben.willtest.config.SeleniumProvider
getDefaultWebDriverWait, getThis
-
-
-
-
Method Detail
-
getFirefoxConfiguration
protected FirefoxConfiguration getFirefoxConfiguration()
Deprecated.
-
setFirefoxConfiguration
public void setFirefoxConfiguration(FirefoxConfiguration firefoxConfiguration)
Deprecated.
-
-