seleniumbase / SeleniumBase

📊 Blazing fast Python framework for web crawling, scraping, testing, and reporting. Supports pytest. Stealth abilities: UC Mode and CDP Mode.
https://seleniumbase.io
MIT License
5.44k stars 983 forks source link

Latest version of `websockets` has breaking changes that impact CDP Mode #3251

Closed mdmintz closed 2 weeks ago

mdmintz commented 2 weeks ago

Latest version of websockets has breaking changes that impact CDP Mode

Big changes between https://pypi.org/project/websockets/13.1/ and https://pypi.org/project/websockets/14.0/

Read all about it here: https://websockets.readthedocs.io/en/stable/howto/upgrade.html

Need to make some changes in SeleniumBase to keep everything working in CDP Mode.

mdmintz commented 2 weeks ago

This was resolved in 4.32.9 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.32.9

mdmintz commented 1 week ago

This fixes https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2075 and https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2069.