Skip to content Skip to sidebar Skip to footer

Appium Server Is Shut Down Because No New Commands Came In

I am using Appium for Android native app automation on windows machine. All my scenarios are doing good, but sometimes the App gets crashed and Appium stops saying 'Didn't get a ne

Solution 1:

Have you tried setting your desired capability to a higher number? What is it currently set to?

desiredCapabilities.setCapability("newCommandTimeout", 10000);

Post a Comment for "Appium Server Is Shut Down Because No New Commands Came In"