-
Hi, Since last week, we have been facing weird behavior of the seleniumbase Driver Although it has the driver already downloaded for the Chrome version, I have just upgraded the seleniumbase to the latest version but it keeps on doing the same. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You have to upgrade to a newer version of Here's how the full thing looks (on my Mac): *** chromedriver to download = 122.0.6261.69 (Latest Stable)
Downloading chromedriver-mac-x64.zip from:
https://storage.googleapis.com/chrome-for-testing-public/122.0.6261.69/mac-x64/chromedriver-mac-x64.zip ...
Download Complete!
Extracting ['chromedriver'] from chromedriver-mac-x64.zip ...
Unzip Complete!
The file [uc_driver] was saved to:
/Users/michael/github/SeleniumBase/seleniumbase/drivers/uc_driver
Making [uc_driver 122.0.6261.69] executable ...
[uc_driver 122.0.6261.69] is now ready for use! To find out what version you have, run this script inside your code to see your actual from seleniumbase import __version__
print(__version__) |
Beta Was this translation helpful? Give feedback.
-
Hi @mdmintz, I was also facing the same issue and it seems chromedriver / uc_driver was saved in seleniumbase base drivers directory ![]() but still it was downloading drivers for each run |
Beta Was this translation helpful? Give feedback.
You have to upgrade to a newer version of
seleniumbase
. The Chromium Team changed the download origin (#2497).Here's how the full thing looks (on my Mac):
To find out what version you h…