Package at.willhaben.willtest.rule
Class SeleniumHubFirefoxProvider
- java.lang.Object
-
- at.willhaben.willtest.rule.TestFailureAwareRule
-
- at.willhaben.willtest.rule.AbstractSeleniumProvider<P,D>
-
- at.willhaben.willtest.rule.AbstractFirefoxProvider<SeleniumHubFirefoxProvider,org.openqa.selenium.remote.RemoteWebDriver>
-
- at.willhaben.willtest.rule.SeleniumHubFirefoxProvider
-
- All Implemented Interfaces:
SeleniumProvider<SeleniumHubFirefoxProvider,org.openqa.selenium.remote.RemoteWebDriver>,org.junit.rules.TestRule
@Deprecated public class SeleniumHubFirefoxProvider extends AbstractFirefoxProvider<SeleniumHubFirefoxProvider,org.openqa.selenium.remote.RemoteWebDriver>
Deprecated.Starts a remote firefox instance on a selenium hub. 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 SeleniumHubFirefoxProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.openqa.selenium.remote.RemoteWebDriverconstructWebDriver(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)Deprecated.protected org.openqa.selenium.remote.DesiredCapabilitiescreateDesiredCapabilities(org.junit.runner.Description description)Deprecated.SeleniumHubFirefoxProvidergetThis()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, 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
protected org.openqa.selenium.remote.RemoteWebDriver constructWebDriver(org.openqa.selenium.remote.DesiredCapabilities desiredCapabilities)
Deprecated.- Specified by:
constructWebDriverin classAbstractSeleniumProvider<SeleniumHubFirefoxProvider,org.openqa.selenium.remote.RemoteWebDriver>
-
createDesiredCapabilities
protected org.openqa.selenium.remote.DesiredCapabilities createDesiredCapabilities(org.junit.runner.Description description)
Deprecated.- Overrides:
createDesiredCapabilitiesin classAbstractSeleniumProvider<SeleniumHubFirefoxProvider,org.openqa.selenium.remote.RemoteWebDriver>
-
getThis
public SeleniumHubFirefoxProvider 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
-
-