Mobile Elements Report is a lightweight web tool for analyzing Appium Source Page XML. It helps you visualize the UI hierarchy, inspect locator details like XPath, and spot problems before writing automated tests.
- Paste the XML produced by Appium's
getPageSourcecommand. - The page parses the document entirely in your browser.
- Potential issues are listed so you can adjust element locators.
- Missing or duplicate
resource-idattributes. - Very long or brittle XPath expressions.
- Elements that cannot be uniquely identified.
- Nodes with potentially dynamic text or attributes.
This project was developed with ChatGPT Codex. I am not affiliated with Appium, Android, iOS, or any related projects or trademarks. Connect with me on LinkedIn.