I'm using the Appium GUI to try to connect with the cloud servers at BitBar. I have entered the capabilities, including my API key and app id, and the connection starts successfully. However, once the app loading screen comes up, the test stops due to the following error:
Command timeout, no command received in last 0 seconds. Did you call webdriver quit()?
I don't know what I'm doing wrong, can someone point me in the right direction?
You just have to increase
newCommandTimeout
or remove that capability. It seems you set it to 0.If you use Appium Desktop, it's here, according to appium changelog Bitbar handles 0 value improperly. It's going to be fixed soon.