Skip to content

Releases: seleniumbase/SeleniumBase

4.37.10 - Improve CDP memory usage

29 Apr 14:36
bdec244
Compare
Choose a tag to compare

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

28 Apr 20:31
aedbe14
Compare
Choose a tag to compare

Realtime fingerprint changing

What's Changed

Full Changelog: v4.37.8...v4.37.9

4.37.8 - CDP Mode: Patch 45

28 Apr 17:17
8d37f15
Compare
Choose a tag to compare

CDP Mode: Patch 45

What's Changed

Full Changelog: v4.37.7...v4.37.8

4.37.7 - Add CDP Options (Geolocation and Timezone)

25 Apr 06:39
54e76c8
Compare
Choose a tag to compare

Add CDP Options (Geolocation and Timezone)

What's Changed

  • Add CDP Options (Geolocation and Timezone) by @mdmintz in #3700

Full Changelog: v4.37.6...v4.37.7

4.37.6 - Improve CDP Multithreading

23 Apr 17:13
94b3fa6
Compare
Choose a tag to compare

Improve CDP Multithreading

What's Changed

Full Changelog: v4.37.5...v4.37.6

4.37.5 - Fix `asyncio` issue

22 Apr 22:21
395e6a0
Compare
Choose a tag to compare

Fix asyncio issue

What's Changed

Full Changelog: v4.37.4...v4.37.5

4.37.4 - Fix CDP Mode memory leak

20 Apr 15:21
0fa0980
Compare
Choose a tag to compare

Fix CDP Mode memory leak

What's Changed

Full Changelog: v4.37.3...v4.37.4

4.37.3 - Mostly memory improvements

19 Apr 15:54
238ad3d
Compare
Choose a tag to compare

Mostly memory improvements

What's Changed

Full Changelog: v4.37.2...v4.37.3

4.37.2 - Add `sb.cdp.gui_click_and_hold(selector, timeframe)`

10 Apr 23:01
b9a89f7
Compare
Choose a tag to compare

Add sb.cdp.gui_click_and_hold(selector, timeframe)

What's Changed

  • Add sb.cdp.gui_click_and_hold(selector, timeframe) by @mdmintz in #3668

Full Changelog: v4.37.1...v4.37.2

4.37.1 - Fix CDP Mode issues

07 Apr 20:31
990701d
Compare
Choose a tag to compare

Fix CDP Mode issues

What's Changed

Full Changelog: v4.37.0...v4.37.1