I have a script that should be run on two devices at same time, this two devices are connected to one pc.
How can I run the script on both devices at the same time ?
is there some option like -s “SERIAL_NUMBER” , or something l
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Adjust your script slightly – add a device-id parameter & use that when creating your
MonkeyDevice.MonkeyRunner#waitForConnection(float, string)can take a timeout and a device identifier to start the script on an specific device.