Hi, I am testing an Android app to which I do not have source code access. There is one popup in the app I cannot find the elements inside. Using driver.getPageSource() I found that the button which triggers the popup has a property of NAF (Not Accessibility Friendly) set true. So my question is how to overcome this problem?
My initial thought was to find elements by image, however, I think Appium does not support that at the moment, am I right?
Thanks a lot for sharing your thoughts here!
- Platform: Android
- Appium version: 1.62
- Real Device
- Client langauage (language binding): Java
- OS: Windows 7