You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to run your tests on BrowserStack, you will have to pass the URI as https://hub-cloud.browserstack.com/wd/hub, so, could you please confirm if you facing the same issue with this HUB URL as well, if yes, can you please reach out to us through our Contact Us page with all the details so that we can further look into it.
Still not working. I have contacted support on the issue. You have a git
sample showing sdk that has different code from your W3C documentation and
builder and invalid protocol errors when running the code.
driver = new IOSDriver(new Uri("http://127.0.0.1:4723/wd/hub"), appiumOptions);
here is what the above will return:
[BROWSERSTACK_INVALID_PROTOCOL] JSONWP/MJSONWP protocol is not supported on Appium versions >= 2.0.0
This will lead you to try W3C builder but that does not give you a way to call the driver. I think there are 2 differing documentation.
The text was updated successfully, but these errors were encountered: