com.codeborne.selenide.Selectors [src]
The class contains some By
selectors to locate elements by text or attributes (that may be missed in standard Selenium WebDriver API):
byText
- search element by exact textwithText
- search element by contained text (substring)byTitle
- search by attribute "title"byValue
- search by attribute "value"by(attributeName, attributeValue)
- search by attribute's name and valuebyXpath
etc.
Previouscom.codeborne.selenide.CollectionCondition [src]Nextcom.codeborne.selenide.ElementsCollection [src]
Last updated
Was this helpful?