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
In various places, but mainly in WhatsappActions and AppiumActions, an AppiumBy strategy other than XPATH is used. this is deprecated, we want to match everything on XPATH.
Find all occurrences where XPATH is not used and replace it. Also change the value to an XPATH.
The text was updated successfully, but these errors were encountered:
Angelina-C
changed the title
Always match by XPATH
Use AppiumBy.XPATH everywhere
Jun 19, 2024
In various places, but mainly in WhatsappActions and AppiumActions, an AppiumBy strategy other than XPATH is used. this is deprecated, we want to match everything on XPATH.
Find all occurrences where XPATH is not used and replace it. Also change the value to an XPATH.
The text was updated successfully, but these errors were encountered: