Package net.thucydides.core.annotations
Class ManagedWebDriverAnnotatedField
java.lang.Object
net.thucydides.core.annotations.ManagedWebDriverAnnotatedField
The WebDriver driver is stored as an annotated field in the test classes.
- Author:
- johnsmart
-
Method Summary
Modifier and TypeMethodDescriptionfindFirstAnnotatedField(Class<?> testClass) Find the first field in the class annotated with the Managed annotation.getName()static booleanhasManagedWebdriverField(Class<?> testClass) booleanvoid
-
Method Details
-
findFirstAnnotatedField
Find the first field in the class annotated with the Managed annotation. -
hasManagedWebdriverField
-
setValue
-
isUniqueSession
public boolean isUniqueSession() -
getDriver
-
getOptions
-
getName
-