All Classes and Interfaces

Class
Description
Enum of all browser types which are supported by WebDriverSupplier.
Ability to browse the web using a Selenium WebDriver.
Reporter using the Actor's BrowseTheWeb.getWebDriver() to take an HTML snapshot of the currently displayed site.
A WebDriverSupplier for locally installed browser instances.
Reporter using the Actor's BrowseTheWeb.getWebDriver() as TakesScreenshot to take a screenshot of the currently displayed site.
RuntimeException to be thrown when the given string did not match any BrowserType.
A WebDriverSupplier based on WebDriverManager.
RuntimeException to be thrown when a WebDriverSupplier failed to setup the WebDriver.
A Supplier for WebDriver, which also takes care of quitting the WebDriver.