- $(String) - Static method in class com.codeborne.selenide.DOM
-
Find the first element matching given CSS selector
- $(By) - Static method in class com.codeborne.selenide.DOM
-
Find the first element matching given CSS selector
- $(WebElement, String) - Static method in class com.codeborne.selenide.DOM
-
Find the first element matching given CSS selector
- $(String, int) - Static method in class com.codeborne.selenide.DOM
-
Find the Nth element matching given criteria
- $(WebElement, String, int) - Static method in class com.codeborne.selenide.DOM
-
Find the Nth element matching given criteria
- $$(String) - Static method in class com.codeborne.selenide.DOM
-
Find all elements matching given CSS selector.
- $$(By) - Static method in class com.codeborne.selenide.DOM
-
Find all elements matching given CSS selector.
- $$(WebElement, String) - Static method in class com.codeborne.selenide.DOM
-
Find all elements matching given CSS selector.