Skip to content

Releases: seleniumbase/SeleniumBase

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

4.50.1 - Fix Layout in Recorder App

Choose a tag to compare

@mdmintz mdmintz released this 18 Jun 19:01
93bf553

Fix Layout in Recorder App

What's Changed

Full Changelog: v4.50.0...v4.50.1

4.50.0 - Improve Recorder and Fix Bugs

Choose a tag to compare

@mdmintz mdmintz released this 18 Jun 04:01
0c5867d

Improve Recorder and Fix Bugs

What's Changed

Full Changelog: v4.49.14...v4.50.0

4.49.14 - Chromium overhaul with CDP Mode updates

Choose a tag to compare

@mdmintz mdmintz released this 16 Jun 03:49
dd5454f

Chromium overhaul with CDP Mode updates

Here's an example of downloading a custom Chromium revision:

sbase get chromium --revision=1639046

*** Chromium revision to download = 1639046

Downloading chrome-mac.zip from:
https://storage.googleapis.com/chromium-browser-snapshots/Mac_Arm/1639046/chrome-mac.zip ...
Download Complete!

... [UNZIPPING] ...

Unzip Complete!

Chromium was saved inside:
..../seleniumbase/drivers/chromium_drivers/
chrome-mac

What's Changed

Full Changelog: v4.49.13...v4.49.14

4.49.13 - Refresh Python dependencies

Choose a tag to compare

@mdmintz mdmintz released this 15 Jun 03:23
daa6847

Refresh Python dependencies

What's Changed

Full Changelog: v4.49.12...v4.49.13

4.49.12 - CDP Mode: Patch 116

Choose a tag to compare

@mdmintz mdmintz released this 13 Jun 13:07
18b0588

CDP Mode: Patch 116

What's Changed

Full Changelog: v4.49.11...v4.49.12

4.49.11 - CDP Mode: Patch 115

Choose a tag to compare

@mdmintz mdmintz released this 13 Jun 05:42
c9b4504

CDP Mode: Patch 115

  • Update MyCDP
    -- (Note that all CDP calls go through MyCDP)
  • Update CDP Mode
    -- Added a custom message option for all assertions
    -- Added more time for the ad-blocker to take effect

What's Changed

Full Changelog: v4.49.10...v4.49.11