-
Notifications
You must be signed in to change notification settings - Fork 562
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
Web Driver Exception for versions >2.2.0 #794
Comments
Sorry, where did the java.lang.NullPointerException come from? Please attache the appium server log, and relevant module logs (and more explanation about your configuration.) |
@KazuCocoa This issue is for https://pypi.org/project/Appium-Python-Client/ |
I mean the server side log to see the actual request structure, not client itself. I guess you haven't sent a new session request to an appium directly. The possible case is the base selenium-webdriver version update. |
PFA the server side logs. But there is nothing much useful. What would be the ideal selenium webdriver version, currently it works with selenium 4.2 |
The server log did not have the request of Our CI has tests with latest Appium/Selenium with a server as https://github.com/appium/python-client/runs/9135002927 . Then, the selenium server might work. I wonder if the server which returns the null pointer exception was not able to parse W3C capabilities properly. |
Not sure. there was nothing to interrupt the flow. Just that when updated to higher versions, showed this behaviour. |
@sasasa42, you should upgrade to Appium 2 if you haven't already. |
The problem
I am finding some web driver exception when I update the python package dependency Appium Python Client to 2.7.1. PFA the screenshot of the same. It works absolutely fine for 2.2.0. Please let me know how to go about this.
Environment
The text was updated successfully, but these errors were encountered: