Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccessibilityService or Uiautomator? #79

Closed
zhangwanyue opened this issue Apr 16, 2018 · 2 comments
Closed

AccessibilityService or Uiautomator? #79

zhangwanyue opened this issue Apr 16, 2018 · 2 comments

Comments

@zhangwanyue
Copy link

The paper says droidbot using UI Automator or Hierarchy Viewer to dump UI hierarchy tree, however I can only find AccessibilityService in droidbot apk. I am confused about this. Can you give an explanation?

@yuanchun-li
Copy link
Collaborator

Hi, DroidBot used viewclient (based on UI Automator and Hierarchy Viewer) to obtain UI hierarchy at first. In commit 323e37e we introduced droidbotApp, which uses AccessibilityService to fetch UI structure from the Android client. Then we found droidbotApp can completely replace the previous method with better performance and robustness, so we removed viewclient in commit d9587f9.

@zhangwanyue
Copy link
Author

Thanks for your prompt and detailed reply :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants