Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.12 KB

UI Inspector for iOS DeviceAgent

Tool for inspecting UI elements in iOS application instrumented with DeviceAgent.iOS.

Inspector Screenshot

Inspector is based on the original sources of Inspector for WebDriverAgent (created by Facebook and now maintaned by Appium)

Build

Run following commands in terminal:

npm install
npm run build

Output will be file inspector.js

Usage

  1. While executing iOS tests using Calabash DeviceAgent, set a breakpoint for to investigating UI elements tree.
  2. Open in your browser web page index.html (by default it will connect to DeviceAgent's port http://localhost:27753)

License

UI Inspector for iOS DeviceAgent is BSD-licensed.