-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
Failed to Download the Edge driver for particular Version #251
Comments
@AnithaSyed hello. I have discovered: thats happen because Chrome drivers for GoogleChrome,Chromium,MSEdge browsers are always checking the installed version to log to console, even if version of webdriver was set manually. And if they can't find installed browser version - they raise ValueError. That's an issue of webdriver_manager. Thank you for report! I think about making wedriver_manager more stable for users who know which version they need. I have described how I see it should be: in #254. |
I see the #260 is mentioned as a resolve for my issue and it is merged too. |
@AnithaSyed code is in master branch but 3.5.2 not released yet. |
@aleksandr-kotlyar but I am getting below error
|
Hi,
I have been facing problems on downloading the chrome driver while using web driver manager and I raised issues before.
Now I switched to use the Edge driver to work and it's working fine while I test in console, but When I try with Jenkins it is unable to download the driver.
Now I manually giving the suitable version as a input to download the driver but still i am seeing the same error.
My Code is:
Here
edgevesion()
will give the browser version as outputI got the error as:
Since I gave the version, it has to download it, but it is checking the version again.
Please help me on this What I did wrong
The text was updated successfully, but these errors were encountered: