-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
WinApp Driver Connection Issue? #1905
Comments
Did you connect to WinAppDriver directly? |
I think you can connect to Win Driver thru Appium |
I connected through Appium only, van! |
Can you please provide more: your code, appium and winappdriver version? Are you able to get driver status by postman: http://<your_appium_server>:4723/get ? Recently I have the same issue after upgrading our selenium to latest release and resolved it.
|
You are using selenium4, It will not work as winappdriver is not yet W3C compliant. Downgrade to selenium3. Also I would advice not to use appium but winappdriver.exe |
Please check |
I am not able to make a connection to WinApp Driver through my Python code? Everytime, I am running a script it shows a "Bad Request" at WinApp Driver? Could anyone help us with this issue?
The text was updated successfully, but these errors were encountered: