i am using android apk but some elements could not find it
i using xpath,class,id these are id i tried in this element manually working fine
automation was not finding
ex :MobileElement elc = (MobileElement) driver.findElementById(“com.mobile.producersonline:id/imgBanner”);
elc.click();
the above test case imagebanner not finding
please give any solution