| Package | Description |
|---|---|
| at.willhaben.willtest.rule |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFirefoxProvider<P extends AbstractFirefoxProvider<P,D>,D extends org.openqa.selenium.WebDriver>
Parent class for all implementations of
SeleniumProvider for Firefox. |
class |
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. |
class |
JavascriptAlert
Adds the text of a possible alert to the normal test failure as suppressed exception.
|
class |
LocalFirefoxProvider
Starts a local firefox instance.
|
class |
LogContext
Sets log pattern variables to make it clear which log entry belongs to which test in case of parallel execution.
|
class |
PageSource
Saves the page source into a file in case of a test error
|
class |
ResourceHelper
Makes possible to upload a classpath resource file using Selenium.
|
class |
Screenshot
Creates a PNG screenshot if there is a test failure.
|
class |
SeleniumHubFirefoxProvider
Starts a remote firefox instance on a selenium hub.
|
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.
|
Copyright © 2017 willhaben internet service GmbH & Co KG. All rights reserved.