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

Is there additional documentation for the JSON format scripts? #131

Closed ThornJansen closed 2 years ago

ThornJansen commented 3 years ago

Hi developers,

I am wondering if there is any additional documentation on the details of the DSL for designing the JSON format scripts. Curious about the documentation as I am trying to write a login sequence which requires a few more actions then filling in a username + password and clicking a button.

Thank you for your time.

Kind regards,

Thorn

yuanchun-li commented 2 years ago

Sorry, we don't have additional documentation about the scripts except for http://honeynet.github.io/droidbot/2016/08/19/DroidBot_Script.html Your requirement looks not hard, did you find this script helpful?: https://github.com/honeynet/droidbot/blob/master/script_samples/pass_login_script.json

yuanchun-li commented 2 years ago

Closing this issue due to inactivity