-
Notifications
You must be signed in to change notification settings - Fork 188
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
W3C capabilities are incorrect #229
Comments
Any update on this? We're completely blocked on running our Appium test cases until this is resolved... |
@justintoth does upgrading your selenium.Webdriver dll/ package resolve your issue? the code pertaining to this issue is in that Webdriver.dll. If this issue exists in the latest version of Selemium.Webdriver then the issue should be raised in that repo and not this one. |
@akinsolb It's an Appium issue. According to @justintoth's logs, the desired capabilities are being sent in this format:
which is missing the We had the same problem in the Java client, it was sending |
Description
The format should be like this (see https://github.com/jlipps/simple-wd-spec#processing-capabilities for reference):
desiredCapabilities
should bealwaysMatch
We had the same issue in the Java client
(refer to appium/appium#10668 (comment))
The text was updated successfully, but these errors were encountered: