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.
Hi karolina,
Your solution worked for me thank you very much.
Can you please help me with more things that are rerlated to appium.
Currently i am facing problem for framework creation.
Guys please help on this
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