Prevent Appium from shutting down if no command is sent within 60 seconds

Define a step in your script to set the Appium max wait time using the following command:

c = $driver.caps

c["newCommandTimeout"] = 99999

$driver.caps= c

 

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk