-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Help Wanted : The web driver is crashing on initialization #205
Comments
Which appium doctor did you use? Perhaps older doctor shows working with Could you share the full Appium server log? |
Hi @KazuCocoa thanks for replying, I am not sure where to find the appium server logs, I am not using a server GUI Here is the error when I run the tests in bash, I am using appium python client 2.9
E ValueError: Timeout value connect was <object object at 0x10b59c830>, but it must be an int, float or None. venv/lib/python3.11/site-packages/urllib3/util/timeout.py:156: ValueError. |
appium/python-client#863 (comment) |
Thank you so much. I will try that now |
I have installed Appium, Xcode and Mac 2 driver. When I run the example test given with this repository, the line that creates the webdriver crashes the project.
drv = webdriver.Remote('http://127.0.0.1:4622', options=options)
I have run the Appium doctor and the only missing thing is carthage - which is not mentioned as a requirement for this driver, so I dont think that is needed, this is my first time with appium on Mac. Any help is appreciated, thanks
The text was updated successfully, but these errors were encountered: