v9.0.0
- release v9.0.0 #402
1. Enhancements
- Support
XCUITest
strategy for iOS- Basically,
XCUITest
strategy is compatible withAppium
strategy in this library. - But users who use XPath should be check this document since XPath has performance issue
- Users who use
find_element/s
should work fine. - tests for elements are here
- Users who use
- Basically,
Special thanks to @montdidier