Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The driver will come back with an invalid protocol as its not part of Appium 2.0 #16

Open
aaronportier opened this issue Nov 14, 2023 · 3 comments

Comments

@aaronportier
Copy link

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.

@ganesh-gsk
Copy link

Hi @aaronportier,

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.

@aaronportier
Copy link
Author

aaronportier commented Nov 14, 2023 via email

@ganesh-gsk
Copy link

Hi @aaronportier,

Our Support Team will get back to you on the support ticket directly that you have raised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants