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
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
0 Comments