Uses of Class
net.thucydides.core.WebdriverCollectionStrategy
| Package | Description |
|---|---|
| net.thucydides.core |
Core domain model for the Thucydides application.
|
| net.thucydides.core.annotations.locators |
-
Uses of WebdriverCollectionStrategy in net.thucydides.core
Methods in net.thucydides.core that return WebdriverCollectionStrategy Modifier and Type Method Description static WebdriverCollectionStrategyWebdriverCollectionStrategy. definedIn(EnvironmentVariables environmentVariables)static WebdriverCollectionStrategyWebdriverCollectionStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebdriverCollectionStrategy[]WebdriverCollectionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebdriverCollectionStrategy in net.thucydides.core.annotations.locators
Methods in net.thucydides.core.annotations.locators with parameters of type WebdriverCollectionStrategy Modifier and Type Method Description static WaitForWebElementsWaitForWebElementCollection. accordingTo(WebdriverCollectionStrategy collectionStrategy)