Skip to content

srinu-kodi/Appium-iOS-Inspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appium iOS Inspector

[Inspector Screenshot](#Inspector Screenshot)

The tool for iOS elements location. It is based on the original source of Selendroid Inspector

Here you can find more information about Appium automation tool.

Usage

Execute your iOS test using Appium (by default it is expected to listen on http://localhost:4723) and set a breakpoint where you want to investigate the UI tree. Open/refresh iOS Inspector.html web page in your favourite web browser, wait for a while until the data is loaded and you are ready to go. The inspector currently supports showing of element attributes, element location by XPath, dynamic setting of retina scale factor and, naturally, two-way visual elements location using a screenshot and the UI tree.

Note: The Accessibility Id property can be presented as @name attribute in XPath expessions.

Customizations

Change the default Appium server address using query parameter port e.g. <path to Appium-iOS-Inspector>/iOS Inspector.html?port=1234

License

The Apache Software License, Version 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • CSS 28.6%
  • HTML 17.4%