Python Selenium client incompatible with Appium server 1.6.4.
See original GitHub issueThe problem
Recent updates to the Selenium Python client have updated parameters, etc. at least in the case of send_keys
(though I would be surprised if it were that simple). This breaks when used against Appium and its old version of the JSON Wire Protocol.
We need to either lock the compatible version of the Se client within the Python client to a known-good, and/or update our JSON WP.
W3C Spec: https://www.w3.org/TR/webdriver/
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
The Appium Clients
List of client libraries with Appium server support; Appium repository ... These libraries wrap standard Selenium client libraries to provide all the ...
Read more >Appium Java Client Version vs Selenium Version
I tried with java client 6.1.0 and selenium 3.13.0 and appium server 1.7.1 but it didn't work for me, it gave java.lang.NoSuchMethodError: org ......
Read more >appium/appium - Gitter
Hi all ! We have issue in GitHub action macos-12 to perform appium testing. The appium server running is 2.0.0-beta.46. This is the...
Read more >appium-xcuitest-driver - npm
The native testing is based on Apple's XCTest framework and the fork of Facebook's WebDriverAgent server (the original project is not supported anymore)....
Read more >@appium/test-support | Yarn - Package Manager
A collection of test utilities used across Appium packages. automation, javascript, selenium ... Install. npm install @appium/test-support --save-dev ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m assuming this is fixed by PR https://github.com/appium/appium-base-driver/pull/121 right?
Is there an ETA for a release including this PR?
@LucaVazz 1.6 beta is out now. The full release should be in the very near future.