Package at.willhaben.willtest.rule
Class LocalFirefoxProvider
- java.lang.Object
-
- at.willhaben.willtest.rule.TestFailureAwareRule
-
- at.willhaben.willtest.rule.AbstractSeleniumProvider<P,D>
-
- at.willhaben.willtest.rule.AbstractFirefoxProvider<LocalFirefoxProvider,org.openqa.selenium.firefox.FirefoxDriver>
-
- at.willhaben.willtest.rule.LocalFirefoxProvider
-
- All Implemented Interfaces:
SeleniumProvider<LocalFirefoxProvider,org.openqa.selenium.firefox.FirefoxDriver>,org.junit.rules.TestRule
@Deprecated public class LocalFirefoxProvider extends AbstractFirefoxProvider<LocalFirefoxProvider,org.openqa.selenium.firefox.FirefoxDriver>
Deprecated.Starts a local firefox instance. For configuration you can useAbstractFirefoxProvider.setFirefoxConfiguration(FirefoxConfiguration),AbstractSeleniumProvider.addWebDriverConfigurationParticipant(WebDriverConfigurationParticipant)methods
-
-
Field Summary
-
Fields inherited from interface at.willhaben.willtest.config.SeleniumProvider
FIND_ELEMENT_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description LocalFirefoxProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.openqa.selenium.firefox.FirefoxDriverconstructWebDriver(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)Deprecated.LocalFirefoxProvidergetThis()Deprecated.Gives back the current instance as #P back to make method chaining possible in a type safe manner.-
Methods inherited from class at.willhaben.willtest.rule.AbstractFirefoxProvider
getFirefoxConfiguration, setFirefoxConfiguration
-
Methods inherited from class at.willhaben.willtest.rule.AbstractSeleniumProvider
addWebDriverConfigurationParticipant, addWebDriverEventListener, after, before, 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
-
-
-
-
Method Detail
-
constructWebDriver
public org.openqa.selenium.firefox.FirefoxDriver constructWebDriver(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)
Deprecated.- Specified by:
constructWebDriverin classAbstractSeleniumProvider<LocalFirefoxProvider,org.openqa.selenium.firefox.FirefoxDriver>
-
getThis
public LocalFirefoxProvider getThis()
Deprecated.Description copied from interface:SeleniumProviderGives back the current instance as #P back to make method chaining possible in a type safe manner.- Returns:
- the current instance. Enables type safe method chaining in implementations
-
-