# web-hv **Repository Path**: mirrors_google/web-hv ## Basic Information - **Project Name**: web-hv - **Description**: A web based tool for inspecting UI of an in-development android app - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web Hierarchy Viewer A web based tool for inspecting UI of an in-development android app. [Launch App](https://google.github.io/web-hv) ## Development To run the project locally, checkout the code and start a [local web server](https://gist.github.com/willurd/5720255) in the root directory. This tool only uses HTML5/javascript APIs and doesn't have any server side component. See CONTRIBUTING.md on how to submit patches. ## Dependencies - [JQuery](https://github.com/jquery/jquery) - [JavaScript-autoComplete](https://github.com/Pixabay/JavaScript-autoComplete) - [JSZip](http://stuartk.com/jszip) - [pako](https://github.com/nodeca/pako) - [jsbn](http://www-cs-students.stanford.edu/~tjw/jsbn/) ## Features - Inspect ui of running apps (debug apps) - Run commands on view nodes and change properties at runtime - Save hierarcy to disk for offline viewing and sharing This is not an officially supported Google product