-
-
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
Problem with creating the driver #672
Comments
I have the same issue. Hard-coding the driver path, the one of the previous version of the driver, and skipping installation step altogether helped. |
Where can I find the chromedriver for chrome version=127? |
I was running my script every day and I had quite a collection of older drivers stored in a specific folder (YOUR_USER_FOLDER/.wdm/drivers/chromedriver/... on Mac). |
Same error. This needs resolution OR the chrome is not usable by webdriver_manager anymore as of this version. |
|
Hello,
I'm using selenium and the webdriver_manager package for a bot. I'm currently using it in a function app with python in docker, locally. I had the problem of the THIRD_PARTY file but it's already solved.
Now, if I run the function locally (without docker) it goes okey, but runnig it in docker, it keeps running in the driver creation and keeps 10 minutes charging untill it stops automatically. The function was working some days ago before the version of Chrome changed...
There's someone with the same problem?
Code here:
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.88 Safari/537.36 Edg/95.0.1020.30"
The problem is in the last line, the service is correctly created.
The text was updated successfully, but these errors were encountered: