I am getting NoSuchElementFoundException when using resourceId of findElementByAndroidUIAutomator method.
WebElement result=driver.findElementByAndroidUIAutomator(“resourceId(“com.example.android.apis:id/drag_result_text”)”);
I put enough implicitWait before identifying this object. I also tried for all other objects in the attachment, getting the same exception.
Correct where i am wrong?
Find attachment for object properties.