Uses of Enum
net.thucydides.core.WebdriverCollectionStrategy
Packages that use WebdriverCollectionStrategy
Package
Description
Core domain model for the Thucydides application.
-
Uses of WebdriverCollectionStrategy in net.thucydides.core
Methods in net.thucydides.core that return WebdriverCollectionStrategyModifier and TypeMethodDescriptionstatic WebdriverCollectionStrategyWebdriverCollectionStrategy.definedIn(EnvironmentVariables environmentVariables) static WebdriverCollectionStrategyReturns 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 WebdriverCollectionStrategyModifier and TypeMethodDescriptionstatic WaitForWebElementsWaitForWebElementCollection.accordingTo(WebdriverCollectionStrategy collectionStrategy)