| Package | Description |
|---|---|
| at.willhaben.willtest.config | |
| at.willhaben.willtest.rule |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFirefoxConfigurationParticipant<D extends org.openqa.selenium.WebDriver>
Default settings for Firefox.
|
class |
ElementScrollBehaviourConfigurator<D extends org.openqa.selenium.WebDriver>
If an element should be clicked, and it is not in the viewport (not visible), then selenium has to scroll
to make the element clickable.
|
class |
FileDetectorConfigurator<D extends org.openqa.selenium.WebDriver>
Configures the
WebDriver to support file uploads. |
class |
TimeoutsConfigurationParticipant<D extends org.openqa.selenium.WebDriver>
Adjusts timeouts available by using
webDriver.manage().timeouts(). |
| Modifier and Type | Method and Description |
|---|---|
P |
SeleniumProvider.addWebDriverConfigurationParticipant(WebDriverConfigurationParticipant<D> webDriverConfigurationParticipant)
After creating a new
WebDriver instance, a SeleniumProvider implementation should pass that instance
to all WebDriverConfigurationParticipant to let them adjust it. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebDriverLog<P extends SeleniumProvider<P,D>,D extends org.openqa.selenium.WebDriver>
In case of test error dumps the logs of selenium into the standard logger.
|
| Modifier and Type | Method and Description |
|---|---|
P |
AbstractSeleniumProvider.addWebDriverConfigurationParticipant(WebDriverConfigurationParticipant<D> webDriverConfigurationParticipant) |
Copyright © 2017 willhaben internet service GmbH & Co KG. All rights reserved.