honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
791 stars 230 forks source link

Has TOLLER been integrated with DroidBot ? #146

Open a2t2 opened 1 year ago

a2t2 commented 1 year ago

In the DroidBot paper ( https://yuanchun-li.github.io/static/files/ICSE2017_DroidBot.pdf ), it is mentioned that GUI information is fetched from the device using UI Automator. There is a recent work called TOLLER ( https://wenyu.io/pub/issta21-toller.pdf ) which claims to provide improvements over UI Automator. I wanted to ask if there has been any effort to integrate TOLLER with DroidBot ? Thanks.

yuanchun-li commented 1 year ago

The answer is no. The current version of DroidBot uses the AccessibilityService in Android to obtain GUI information. Thanks for introducing the paper. I'll take a look :)