Pretty new to Appium, I am attempting to automate some Safari iOS tests on the emulator using Selenium. However I am struggling to identify the web elements on Safari iOS. Steps that I am using:
1. Open latest version of the Appium.app
2. Select the 'Use Mobile Safari' check box, (all other options kept to default, using localhost).
3. Select 'Launch' (
info: Appium REST http interface listener started on 0.0.0.0:4723)
4. Select the 'i' button to launch the 'Inspector'.
At this point the Appium Inspector and iOS simulator seem to start ok, when looking at logs they seem ok.
So my question: How do you identify the Web Element IDs on iOS Safari Browser?
I was expecting that when using the Safari browser (i.e. Searching using browser, selecting links in results), the corresponding events would be displayed in the inspector. I tried with record on and and off, but no events are displayed.
Am I using this tool correctly? If not what is the correct way to view events?
Have attached logs.
Thanks!