Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.37.10 - Improve CDP memory usage
Improve CDP memory usage
If you're spinning up a lot of CDP Mode web browsers in a loop within a Python file, then you'll use less memory because resources will get freed up at the end of the with SB() as sb:
block, rather than after you've reached the end of the Python file (where regular garbage collection takes place).
Related discussion: #3679 - (Special thanks @felipehertzer. Joint effort with @mdmintz )
What's Changed
Full Changelog: v4.37.9...v4.37.10
4.37.9 - Realtime fingerprint changing
Realtime fingerprint changing
- Add ability to change fingerprints in realtime
--> This resolves #3708 - Add example of changing settings in realtime
What's Changed
Full Changelog: v4.37.8...v4.37.9
4.37.8 - CDP Mode: Patch 45
CDP Mode: Patch 45
- Update CDP Mode
--> Includes various fixes and optimizations - Refresh Python dependencies
What's Changed
Full Changelog: v4.37.7...v4.37.8
4.37.7 - Add CDP Options (Geolocation and Timezone)
Add CDP Options (Geolocation and Timezone)
- Add more CDP options
--> This resolves #3699 - Refresh Python dependencies
- Add an example of changing geolocation with CDP 📖
- Add an example of changing the timezone with CDP 📖
What's Changed
Full Changelog: v4.37.6...v4.37.7
4.37.6 - Improve CDP Multithreading
Improve CDP Multithreading
- Improve CDP multithreading
--> This resolves #3692 - Update examples
What's Changed
Full Changelog: v4.37.5...v4.37.6
4.37.5 - Fix `asyncio` issue
Fix asyncio
issue
- Fix asyncio issue that appears when using multiple drivers
--> This resolves #3689 - Refresh Python dependencies
What's Changed
Full Changelog: v4.37.4...v4.37.5
4.37.4 - Fix CDP Mode memory leak
Fix CDP Mode memory leak
- Fix a memory leak in CDP Mode
--> This resolves #3685 - Refresh Python dependencies
What's Changed
Full Changelog: v4.37.3...v4.37.4
4.37.3 - Mostly memory improvements
4.37.2 - Add `sb.cdp.gui_click_and_hold(selector, timeframe)`
Add sb.cdp.gui_click_and_hold(selector, timeframe)
- Add sb.cdp.gui_click_and_hold(selector, timeframe)
--> This resolves #3667 - Refresh Python dependencies
What's Changed
Full Changelog: v4.37.1...v4.37.2
4.37.1 - Fix CDP Mode issues
Fix CDP Mode issues
- Fix CDP Mode issues
--> This resolves #3654
What's Changed
Full Changelog: v4.37.0...v4.37.1