There isn't any GUI version after 1.4.13.
Using inspector
1. Android - use uiautomatorviewer, it does not provide XPath though. If you need XPath you need to create it yourself.
2. iOS - Not working on any iOS application automation project for a long time, however, @wreed or @Priyank_Shah (not sure who) has commented on some thread, Here're the steps
- On your test script set a breakpoint just after the driver creation.
- Open the GUI version of Appium you have and click on the Inspector button. It should work as if you have started the appium from GUI mode.
Additional tip:
1. If you are starting Appium on custom port make sure you change the port on GUI versions setting section.
2. Make sure you have set commandTimeout when starting the server or in caps. So Appium server does not kill the session due to inactivity. I generally user 72000 seconds.
And thanks for the appreciation.