Skip to content

jianxux/UICrawler

Repository files navigation

UICrawler

UICralwer is a framework that explores UIs automatically using DFS(Depth-first-search). It dumps XML and image files into sdcard.

UICrawler is based on UIAutomator 2.0 API, which is orginally used for Android testing framework.

Usage

  1. Create a text file named "app_list" that contains all the apps you want to do UI-crawling.

The format should be one app name per line.

  1. Push file to /sdcard/ :

adb push app_list /sdcard/

  1. Run this UICrawler by run "Main"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages