| Interface | Description |
|---|---|
| MethodContext<PF extends PageFactory> |
A context created for each test run.
|
| PageAssertions<P extends Page> |
General assertions that apply to a Page.
|
| PageFactory |
A PageFactory that is configurable by
AbstractSuites. |
| Class | Description |
|---|---|
| AbstractSuite<PF extends PageFactory> |
An AbstractSuite that is thread safe, allows methods to be run in
parallel, and creates instances of interfaces that extend
PageFactory. |
| EnvironmentConfig |
This class represents environment configuration understood by
testng-selenium.
|
| EnvironmentDefaults |
Constants representing default values for EnvironmentConfig.
|
| Page<P extends Page> |
A Page that can be configured and initialized.
|
| SystemProperties |
Constants representing system property names recognized by testng-selenium.
|
| TestNGSeleniumLogger |
A logger that prefixes output.
|
Copyright © 2015. All rights reserved.