You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XPath is inherently slow for iOS, so Watir's general approach of converting a locator hash into an XPath to locate elements in a DOM won't be performant. We will need to create an iOS specific locator class for Class Chains (and/or Predicate Strings). See: https://appiumpro.com/editions/8
The text was updated successfully, but these errors were encountered:
It's going to be interesting figuring out how to properly deal with implementations that are browser/driver dependent (which Watir doesn't have to deal with)
XPath is inherently slow for iOS, so Watir's general approach of converting a locator hash into an XPath to locate elements in a DOM won't be performant. We will need to create an iOS specific locator class for Class Chains (and/or Predicate Strings). See: https://appiumpro.com/editions/8
The text was updated successfully, but these errors were encountered: