ccy
March 18, 2016, 6:43pm
1
My current understanding is
Use Appium Inspector GUI to locate the native element
Use ios_webkit_debug_proxy (as suggested in https://github.com/appium/appium/blob/master/docs/en/advanced-concepts/hybrid.md ) for Webview element
If you just want the accessibility ID, you can choose to turn on turn on the Accessibility Inspector in iOS simulator as well
Any other way to locate an iOS app element for appium testing ? Thanks.
For native apps, I generally use Appium Inspector and for hybrid app chrome inspector is pretty good
Hi @sunny_sachdeva ,
May I know, How Hybrid app elements will be identified by Chrome inspector. Apparently for ios web app, there is safari inspector to identify such elements and this is not even for Hybrid app. Anyhow, I’m using Appium Inspector for hybrid app.
Please let us know, how you’re doing as well.
Regards,
Bhaskar.
Refer to the below thread
Hi ,
We can’t identify WebView elements by using UIAutomatorViewer insdie Android Sdk.
Appium Inspector is unable to capture the device screen in latest Appium.exe (1.4.0V) GUI (i don’t know whether it is a bug in latest Appium UI).
Did any one came across with the same scenario.? Please let me know what are the other ways to identify WebView elements in Android…!! Suggestions would be much appreciated.
Thanks in advance,
Bhaskar.