- findMobileElement() - Method in class com.lazerycode.selenium.util.Query
-
This will return a MobileElement object if the supplied locator could find a valid MobileElement.
- findMobileElements() - Method in class com.lazerycode.selenium.util.Query
-
This will return a list of MobileElement objects, it may be empty if the supplied locator does not match any elements on screen
- findSelectElement() - Method in class com.lazerycode.selenium.util.Query
-
This will return a Select object if the supplied locator could find a valid WebElement.
- findWebElement() - Method in class com.lazerycode.selenium.util.Query
-
This will return a WebElement object if the supplied locator could find a valid WebElement.
- findWebElements() - Method in class com.lazerycode.selenium.util.Query
-
This will return a list of WebElement objects, it may be empty if the supplied locator does not match any elements on screen