I am using two different version of iOS for testing my mobile application.
Xpath of an element varies for both the application
Is it possible to use two @iOSFindBy for the element?
Example
@iOSFindBy(xpath="//[@name=‘Login’]")
@iOSFindBy(xpath="//[@name=‘SignIn’]")
protected WebElement loginbtn;
Based on the version and availabilty of xpath will it automatically fetch the element ?
created
Jan '19
last reply
Jan '19
- 1
reply
- 234
views
- 2
users
- 1
link