|
Annotation Types Summary |
| Browsers |
The browsers annotation defines the different browsers a test case should be
executed in each of the different enviroments (development, test, production). |
| Delay |
Annotation that marks a class or method that all selenium API calls should be
delayed, that is Thread.sleep(). |
| Enviroments |
The Selenium annotation that defines the selenium server hostname
and port and also the base hostname for which the testcases will
execute against for each of the three enviroments (development,
test, production). |
| RunOnlyInDevelopment |
The RunOnlyInDevelopment annotation marks a class or method that it should only be
executed in the development enviroment. |
| RunOnlyInProduction |
The RunOnlyInProduction annotation marks a class or method that it should only be
executed in the production enviroment. |
| RunOnlyInTest |
The RunOnlyInTest annotation marks a class or method that it should only be
executed in the test enviroment. |
| Screenshot |
|
| Timeout |
Annotation that can be used as a meta annotation, class annotation or method annotation
to indicate the timeout time Selenium will use for its "open" and the "waitFor*" actions. |