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.67k stars 929 forks source link

Safely upgrade to selenium==4.8.0 #1698

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Safely upgrade to selenium==4.8.0

Note that selenium made deprecations around certain types of headless usage, such as options.headless (https://github.com/SeleniumHQ/selenium/issues/11467), which means that if SeleniumBase is still using that anywhere, it'll need to change or remove the impacted code in order to avoid hitting deprecation warnings.

mdmintz commented 1 year ago

This was released in 4.12.0 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.12.0