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 boolean
hasManagedWebdriverField
(Class<?> testClass) boolean
void
-
Method Details
-
findFirstAnnotatedField
Find the first field in the class annotated with the Managed annotation. -
hasManagedWebdriverField
-
setValue
-
isUniqueSession
public boolean isUniqueSession() -
getDriver
-
getOptions
-
getName
-