Open firstor opened 7 years ago
I understand you are seeing the failure only while testing on iOS devices.
Protractor injects JavaScripts using execute_async method. The execute_async method is not fully supported by Appium. Thus, you may not receive a valid response. This probably results in the failures you are seeing while testing on iOS devices.
At the moment, there is no workaround to the issue unless fixed in Appium.
I got the error while running Protractor tests on the BrowserStack.
Could you help me solve the issue?