question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python Selenium client incompatible with Appium server 1.6.4.

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
LucaVazzcommented, Jun 15, 2017

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?

1reaction
dpgrahamcommented, Jul 21, 2017

@LucaVazz 1.6 beta is out now. The full release should be in the very near future.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found