- AbstractPage<P extends AbstractPage> - Class in com.github.jsdevel.testng.selenium
-
A Page that can be configured by AbstractPageFactory.
- AbstractPage() - Constructor for class com.github.jsdevel.testng.selenium.AbstractPage
-
- AbstractPageFactory - Class in com.github.jsdevel.testng.selenium
-
Represents a page factory.
- AbstractPageFactory() - Constructor for class com.github.jsdevel.testng.selenium.AbstractPageFactory
-
- AbstractSuite<PF extends AbstractPageFactory> - Class in com.github.jsdevel.testng.selenium
-
An AbstractSuite that is thread safe, allows methods to be run in
parallel, and instantiates relevant test Types such as AbstractPageFactory
and WebDriver.
- AbstractSuite() - Constructor for class com.github.jsdevel.testng.selenium.AbstractSuite
-
- afterMethod() - Method in class com.github.jsdevel.testng.selenium.AbstractSuite
-
- assertCurrentUrlPathStartsWith(String) - Method in class com.github.jsdevel.testng.selenium.AbstractPage
-
- assertCurrentUrlPathStartsWith(String) - Method in interface com.github.jsdevel.testng.selenium.PageAssertions
-
Asserts that the WebDriver's current URL path starts with the proposal.
- assertPageIsViewableFrom(String) - Method in interface com.github.jsdevel.testng.selenium.Page
-
Asserts that the Page can be viewed from the proposedUrl.