Tool for inspecting UI elements in iOS application instrumented with DeviceAgent.iOS.
Inspector is based on the original sources of Inspector for WebDriverAgent (created by Facebook and now maintaned by Appium)
Run following commands in terminal:
npm install
npm run build
Output will be file inspector.js
- While executing iOS tests using Calabash DeviceAgent, set a breakpoint for to investigating UI elements tree.
- Open in your browser web page
index.html
(by default it will connect to DeviceAgent's port http://localhost:27753)