4.37.11 - CDP Mode: Patch 46
CDP Mode: Patch 46
- Update CDP Mode
--> This resolves #3715
--> This resolves #3716
To avoid memory leaks in CDP Mode, upgrade to Python 3.12 (or newer).
There's an issue with asyncio
in earlier versions, which makes the memory leak unavoidable.

Due to that, there's not much that can be done from the SeleniumBase side to avoid that specific memory leak if you're using an older version of Python. (Only CDP Mode is affected, and only for Python 3.11 and older versions.) That's because CDP Mode using asyncio
in the backend, even if you don't call any async
functions directly.
What's Changed
Full Changelog: v4.37.10...v4.37.11