net.thucydides.core.annotations
Annotation Type Managed


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Managed

Annotation that marks a WebDriver field as one that is managed by the Test Runner. The Thucydides Test Runner will instantiate this WebDriver before the tests start, and close it once they have all finished.


Optional Element Summary
 String driver
           
 boolean uniqueSession
           
 

uniqueSession

public abstract boolean uniqueSession
Default:
false

driver

public abstract String driver
Default:
""


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.