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

Question about POLICY_MONKEY #132

Closed YCC-324 closed 2 years ago

YCC-324 commented 3 years ago

When I use POLICY_MONKEY, I can't get any screenshots. Are there any codes I have to change?

yuanchun-li commented 2 years ago

Hi, POLICY_MONKEY does not support screenshots because it simply invokes the monkey command in adb shell.

YCC-324 commented 2 years ago

Thank you. I thought you have implemented the screenshot function additionally