seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
4.5k stars 916 forks source link

"sbase get chromedriver latest" throws error on M1/M2 Macs #1674

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

sbase get chromedriver latest throws error on M1/M2 Macs

Technically, people should have a matching driver version to their Chrome version, rather than the latest driver version (if it's not the same version). That's why I stopped using the latest option in sbase get chromedriver latest (there's automatic browser/driver detection with the driver manager), and I didn't notice when the latest option broke a few months ago when I added M1/M2 compatibility to automatic driver downloads.

Still a bug, but people really shouldn't need to use the latest option anymore. sbase get chromedriver will automatically get the correct driver version that you need to match your browser.

mdmintz commented 1 year ago

Fixed in 4.11.4 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.11.4