Uses of Class
net.serenitybdd.core.annotations.findby.By
| Package | Description |
|---|---|
| net.serenitybdd.core.annotations.findby | |
| net.thucydides.core.annotations.findby | |
| net.thucydides.core.webdriver.javascript |
-
Uses of By in net.serenitybdd.core.annotations.findby
Subclasses of By in net.serenitybdd.core.annotations.findby Modifier and Type Class Description static classBy.ByButtonTextSelectorstatic classBy.ByjQuerySelectorstatic classBy.ByScLocatorMethods in net.serenitybdd.core.annotations.findby that return By Modifier and Type Method Description static ByBy. buttonText(java.lang.String text)static ByBy. jquery(java.lang.String jQuerySelector)static ByBy. sclocator(java.lang.String scLocator) -
Uses of By in net.thucydides.core.annotations.findby
Subclasses of By in net.thucydides.core.annotations.findby Modifier and Type Class Description classByDeprecated.Use By instead -
Uses of By in net.thucydides.core.webdriver.javascript
Subclasses of By in net.thucydides.core.webdriver.javascript Modifier and Type Class Description classByShadowDomBy Selector that finds Shadow Dom elements.