Skip to content

Releases: seleniumbase/SeleniumBase

4.51.4 - CDP Mode: Patch 122

Choose a tag to compare

@mdmintz mdmintz released this 20 Jul 19:08
9009e50

CDP Mode: Patch 122

What's Changed

Full Changelog: v4.51.3...v4.51.4

4.51.3 - CDP Mode: Patch 121

Choose a tag to compare

@mdmintz mdmintz released this 18 Jul 18:02
2d5d3fa

CDP Mode: Patch 121

What's Changed

Full Changelog: v4.51.2...v4.51.3

4.51.2 - CDP Mode: Patch 120

Choose a tag to compare

@mdmintz mdmintz released this 17 Jul 21:29
f9fca2d

CDP Mode: Patch 120

What's Changed

Full Changelog: v4.51.1...v4.51.2

4.51.1 - Updates to multiple areas

Choose a tag to compare

@mdmintz mdmintz released this 14 Jul 23:23
bc01518

4.51.0 - CDP Mode: Patch 119

Choose a tag to compare

@mdmintz mdmintz released this 13 Jul 21:47
3662715

CDP Mode: Patch 119

What's Changed

Full Changelog: v4.50.6...v4.51.0

4.50.6 - Update timing, dashboard layout, and dependencies

Choose a tag to compare

@mdmintz mdmintz released this 08 Jul 05:03
3139cc9

Update timing, dashboard layout, and dependencies

What's Changed

  • Update timing, dashboard layout, and dependencies by @mdmintz in #4420

Full Changelog: v4.50.5...v4.50.6

4.50.5 - Fix Brave and Opera automation

Choose a tag to compare

@mdmintz mdmintz released this 03 Jul 14:33
4de63c8

Fix Brave and Opera automation

More info:

  • The --test-type arg started breaking Brave on version 150. It's no longer used if Brave is set.
  • Brave with regular Chromedriver stopped worked. Since it works with UC, that mode is forced.
  • Opera Browser now needs specific versions of Chromedriver and UC. (Those versions are set.)

What's Changed

Full Changelog: v4.50.4...v4.50.5

4.50.4 - Updates for SOCKS5h support and PDF downloads

Choose a tag to compare

@mdmintz mdmintz released this 01 Jul 02:12
e6a60b8

4.50.3 - CDP Mode: Patch 118

Choose a tag to compare

@mdmintz mdmintz released this 28 Jun 04:41
d2e98d4

CDP Mode: Patch 118

  • Update CDP Mode
    -- Simplifies --use-chromium to just --chromium in command-line options
    -- Use the mock-keychain when setting a custom Chromium binary location
    -- Adjusts the DataDome Slider CAPTCHA-solving algorithm
  • Update CDP Mode examples
    -- Use asyncio.run() instead of loop.run_until_complete() as needed

What's Changed

Full Changelog: v4.50.2...v4.50.3

4.50.2 - CDP Mode: Patch 117

Choose a tag to compare

@mdmintz mdmintz released this 24 Jun 19:32
08a5e1b

CDP Mode: Patch 117

This includes several improvements to CDP Mode:

  • Fixes a bug where temporary user_data_dirs wasn't getting cleaned up properly.
  • Fewer asyncio event loops used for browser processes. (Same one for startup and usage.)
  • The painted flash() dot is no longer used everywhere automatically. (Anti-bots started detecting it.)

Other updates include:

  • Refreshed Python dependencies.
  • A small change to Dashboard layout.
  • Updated examples due to website changes.

Special thanks to @montovaneli. (#4408)

Changes are expected in version 4.50.2.

What's Changed

Full Changelog: v4.50.1...v4.50.2