Uses of Class
net.thucydides.core.webdriver.DriverStrategy
Package | Description |
---|---|
net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
-
Uses of DriverStrategy in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return DriverStrategy Modifier and Type Method Description static DriverStrategy
DriverStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DriverStrategy[]
DriverStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.