org.unitils.selenium.annotation
Annotation Type WebPage


@Retention(value=RUNTIME)
@Inherited
@Target(value=FIELD)
public @interface WebPage

WebPage: You can only add this annotation to a field. The field represents a webpage, this means that it contains the webelements of a webpage. It uses the webdriver (field with TestWebDriver) to initialize the elements.

Since:
1.0.0
Author:
Jeroen Horemans, Thomas De Rycke, Willemijn Wouters



Copyright © 2013. All Rights Reserved.