| Interface | Description |
|---|---|
| MethodContext<PF extends PageFactory> |
A context created for each test run.
|
| Page<P extends Page,PF extends PageFactory> |
Represents a page that has been configured.
|
| PageFactory |
A PageFactory that is configurable by
AbstractSuites. |
| Class | Description |
|---|---|
| AbstractPage<P extends AbstractPage,PF extends PageFactory> |
An implementation of
Page that is configured and initialized by
AbstractSuite. |
| 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. |
| TestNGSeleniumLogger |
A logger that prefixes output.
|
Copyright © 2015. All rights reserved.