git clone git@github.com:TSKGHS17/UIAnalyzer.git
cd UIAnalyzerpip install -r requirements.txtOr directly install with pip
pip install UIAnalyzer==0.3.0PageCognition.py: The page cognition module, used for drawing SoM and Grid.Driver.py: Android driver, supports interactions such as clicking and typing, and can also retrieve XML and take screenshots.Rect.py: The rectangle(bounding box of UI element) processing module.XML.py: The XML processing module, used for parsing and handling XML files.Utils.py: The utility functions module
This project is licensed under the terms of the GNU General Public License v3.0 - see the LICENSE file for details.