Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.34.17 - CDP Mode - Patch 35
4.34.16 - CDP Mode - Patch 34
4.34.15 - Manifest V3 proxy extension
Manifest V3 proxy extension
- Update proxy extension for Manifest V3 compatibility
--> This resolves #3517
--> This extension is needed for authenticated proxy - Refactor browser_launcher.py
- Update the proxy test
4.34.14 - CDP Mode - Patch 33
CDP Mode - Patch 33
- Update CDP Mode
--> This resolves #3512 - Update examples
4.34.13 - CDP Mode - Patch 32 (and more)
CDP Mode - Patch 32 (and more)
- Fix UC Mode issue with chromedriver 133
--> This resolves #3501 - Add get_parent() to the SB / CDP APIs
--> This resolves #3507 - Update extensions for Manifest V3 compatibility
--> This resolves #3504
--> This resolves #3506 - Refresh Python dependencies
- Update examples
- Update the docs
4.34.12 - Revert proxy scheme change
Revert proxy scheme change
- Revert the proxy scheme change from the previous release
--> The previous change uncovered issues that weren't originally seen
--> Going back to the way done in https://stackoverflow.com/a/35293284
4.34.11 - More proxy schemes
More proxy schemes
- Add more proxy schemes
--> This affects the Chrome extension that allows for proxy-with-auth.
--> This modifies the StackOverflow solution for proxy extensions.
--> The update:scheme: ["http", "https", "socks4", "socks5"]
4.34.10 - CDP Mode - Patch 31
CDP Mode - Patch 31
- Update CDP Mode
--> This resolves #3489
4.34.9 - CDP Mode - Patch 30
CDP Mode - Patch 30
- Update CDP Mode
--> This resolves #3483 (chromedriver 133 may cause UC Mode to freeze up on reconnect)
--> This resolves #3485 (May be able to speed up pure CDP Mode)
--> This improves theuc_gui_click_captcha()
method. - Update examples for UC Mode / CDP Mode
--> (3 examples added. 1 example updated.) - Do some refactoring
--> This prevents the new warnings fromBeautifulSoup
.
4.34.8 - CDP Mode - Patch 29
CDP Mode - Patch 29
- Update CDP Mode
--> This resolves #3479
--> This resolves #3480 - Add new CDP Mode examples