Uses of Enum
net.serenitybdd.core.pages.ClickStrategy
Packages that use ClickStrategy
-
Uses of ClickStrategy in net.serenitybdd.core.pages
Methods in net.serenitybdd.core.pages that return ClickStrategyModifier and TypeMethodDescriptionstatic ClickStrategyReturns the enum constant of this type with the specified name.static ClickStrategy[]ClickStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.serenitybdd.core.pages with parameters of type ClickStrategyModifier and TypeMethodDescriptionvoidWebElementFacade.click(ClickStrategy clickStrategy) voidWebElementFacadeImpl.click(ClickStrategy clickStrategy) Click on an element, with or without waiting for it to be visible and enabled -
Uses of ClickStrategy in net.thucydides.core.webdriver.stubs
Methods in net.thucydides.core.webdriver.stubs with parameters of type ClickStrategy