created
Sep '18
last reply
Nov '18
- 4
replies
- 237
views
- 3
users
- 4
links
This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
10 days later
Please write what you trying to use.
With android app it is better to use resource-id (becouse it is unique) and search element using By.Id like this:
By.Id(“someid”);
Or this:
By.XPath($"//android.widget.CheckBox[contains(@resource-id, ‘someid’)]");
and I can see that your element has resource-id.
1 month later
Hey @Sachin2 ,
Instead of investing time in creating, maintaining framework just use existing one Serenity BDD I’m using this since last 5 years, it helps with Mobile, Web and API as well
check the sample project