Interface | Description |
---|---|
LoadablePage |
A page that can be accessed directly, from a URL with no run-time parameters,
e.g.
|
LoginPage<T extends WebPage> |
Represents the page for logging in which will typically offer
a form with two text fields, one for the username, and one
for the password.
|
WebDriverFactory |
A factory of
WebDriver 's. |
WebPage |
Interface representing a generic page.
|
Class | Description |
---|---|
BaseWebPage |
Abstract class representing a generic page.
|
PageHelper |
Static class providing some helper functions that solve
common problems concerning Selenium WebDriver.
|
PageHelper.Form |
Static class providing some helper functions that solve
common problems concerning forms.
|
PageHelper.Navigation |
Helper methods about navigating the web app, e.g.
|
TinafwExpectedConditions | |
WebDriverFactoryDecorator | |
WebDriverFactoryDecoratorHandleCertErrOnIE |
Decorate a WebDriver so that it can handle the certificate
error page that IE displays when navigating to a website
with https, but with an invalid certificate (e.g.
|
WebDriverFactoryDecoratorImplicitWait |
Decorate the instantiated WebDriver with an
implicit wait of the given number of seconds.
|
WebDriverFactoryLocal |
Factory that creates
WebDriver s which drive browsers on the local machine. |
WebDriverFactoryProvider |
A singleton provider of
WebDriverFactory . |
WebDriverFactoryRemote |
Create instances of
WebDriver (specifically, RemoteWebDriver )
which can drive a browser on a remote machine, part of a
Selenium Grid. |
Exception | Description |
---|---|
WebDriverFactoryException |
Copyright © 2015. All rights reserved.