| Class | Description |
|---|---|
| AbstractFirefoxProvider<P extends AbstractFirefoxProvider<P,D>,D extends org.openqa.selenium.WebDriver> |
Parent class for all implementations of
SeleniumProvider for Firefox. |
| AbstractSeleniumProvider<P extends SeleniumProvider<P,D>,D extends org.openqa.selenium.WebDriver> |
Combines the Rule pattern with the
SeleniumProvider, so in this class a webDriver is created
for a test. |
| JavascriptAlert |
Adds the text of a possible alert to the normal test failure as suppressed exception.
|
| LocalFirefoxProvider |
Starts a local firefox instance.
|
| LogContext |
Sets log pattern variables to make it clear which log entry belongs to which test in case of parallel execution.
|
| PageSource |
Saves the page source into a file in case of a test error
|
| ResourceHelper |
Makes possible to upload a classpath resource file using Selenium.
|
| Retry |
This rule gives you the possibility to retry a test if the exception matches a given
Matcher. |
| ScreenshotRule |
Creates a PNG screenshot if there is a test failure.
|
| SeleniumHubFirefoxProvider |
Starts a remote firefox instance on a selenium hub.
|
| TestFailureAwareRule |
Similar to
ExternalResource, but gives possibility to do something in case of errors. |
| 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.
|
| Exception | Description |
|---|---|
| PageContentException |
An exception, which contains the page content of the browser at the time of the test error.
|
Copyright © 2018 willhaben internet service GmbH & Co KG. All rights reserved.