All Classes and Interfaces
Classes
Class
Description
Simple Tuple implementation.
Shared utility methods for common tasks
Static methods for matching bounding boxes to underlying Selenium elements.
MatchUtilsAppium<T extends io.appium.java_client.MobileElement>
Static methods for matching bounding boxes to underlying Selenium elements.
Shared network/http-related utilities and functionality
SmartDriver<T extends io.appium.java_client.MobileElement>
The
SmartDriver class is a wrapper around a RemoteWebDriver that uses the results of the dev-tools.ai classifier for improved robustness, finding elements visually and avoiding broken selectors.The
SmartDriver class is a wrapper around a RemoteWebDriver that uses the results of the dev-tools.ai classifier for improved robustness, finding elements visually and avoiding broken selectors.SmartDriverElement<T extends io.appium.java_client.MobileElement>
An enhanced RemoteWebElement which uses the results of the dev-tools.ai classifier for improved accuracy.
An enhanced RemoteWebElement which uses the results of the dev-tools.ai classifier for improved accuracy.
The
Utils class provide a function for turning strings into Booleans.