Uses of Class
net.serenitybdd.core.pages.ClickStrategy
| Package | Description |
|---|---|
| net.serenitybdd.core.pages | |
| net.thucydides.core.webdriver.stubs |
-
Uses of ClickStrategy in net.serenitybdd.core.pages
Methods in net.serenitybdd.core.pages that return ClickStrategy Modifier and Type Method Description static ClickStrategyClickStrategy. valueOf(java.lang.String name)Returns 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 ClickStrategy Modifier and Type Method Description voidWebElementFacade. 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 Modifier and Type Method Description voidWebElementFacadeStub. click(ClickStrategy clickStrategy)