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

Does it supports Raw commands like -p package.name -v 5000 #6

Open
shri-0509 opened this issue Aug 29, 2019 · 2 comments
Open

Does it supports Raw commands like -p package.name -v 5000 #6

shri-0509 opened this issue Aug 29, 2019 · 2 comments
Labels

Comments

@shri-0509
Copy link

@sorccu Just had one question can we run something like adb shell monkey -p package -v 5000 using this library?

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.91. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@giorgosioak
Copy link

giorgosioak commented Jul 5, 2020

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");

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

No branches or pull requests

2 participants