adbkit-monkey
adbkit-monkey copied to clipboard
Does it supports Raw commands like -p package.name -v 5000
@sorccu Just had one question can we run something like adb shell monkey -p package -v 5000 using this library?
Issue-Label Bot is automatically applying the label question
to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Had same question. My workaround is directly use adbkit instead of adbkit-monkey
var adb = require('adbkit');
var client = adb.createClient();
client.shell(device.id,"monkey -p com.package 1");