All Classes and Interfaces

Annotation Types
Class
Description
Declaration of class lifecycle, which means the drone will be prepared in BeforeClass and destroyed in AfterClass, resulting in one instance for all tests.
Default qualifier for marking Drone object context.
Drone annotation is used to inject Selenium's WebDriver, Selenium's DefaultSelenium, Arquillian Ajocado AjaxSelenium or other web ui browser implementation into your test.
Annotation to declare lifecycles for drones.
Declaration of method lifecycle, which means the drone will be prepared in Before and destroyed in After, resulting in fresh instance of drone for every test.
Determines an annotation to acts as qualified for telling different Drone Drivers apart.