- Page<P extends Page> - Interface in com.github.jsdevel.testng.selenium
-
A Page that can be configured by an AbstractPageFactory.
- PageAssertions<P extends Page> - Interface in com.github.jsdevel.testng.selenium
-
General assertions that apply to a Page.
- PageFactory - Annotation Type in com.github.jsdevel.testng.selenium.annotations.suites
-
Used in conjunction with suite classes, this instantiates the provided
AbstractPageFactory to each MethodContext.
- PageFactoryInstantiationException - Exception in com.github.jsdevel.testng.selenium.exceptions
-
Thrown when instantiating the AbstractPageFactory specified with
PageFactory.
- PageFactoryInstantiationException(Throwable) - Constructor for exception com.github.jsdevel.testng.selenium.exceptions.PageFactoryInstantiationException
-
- PhantomJS - Annotation Type in com.github.jsdevel.testng.selenium.annotations.drivers
-
Using this annotation with @Test will cause the current MethodContext to
receive a WebDriver instance of PhantomJS.
- Phone - Annotation Type in com.github.jsdevel.testng.selenium.annotations.screensizes
-
Using this annotation with @Test will cause the current MethodContext to
receive a WebDriver instance set to Phone dimension 426x320 (based off of
bootstrap breakpoints).