Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
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"]
What's Changed
Full Changelog: v4.34.10...v4.34.11
4.34.10 - CDP Mode - Patch 31
CDP Mode - Patch 31
- Update CDP Mode
--> This resolves #3489
What's Changed
Full Changelog: v4.34.9...v4.34.10
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
.
What's Changed
Full Changelog: v4.34.8...v4.34.9
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
What's Changed
Full Changelog: v4.34.7...v4.34.8
4.34.7 - URL schemes and dependencies
4.34.6 - Fix issue with loading multiple extensions
Fix issue with loading multiple extensions
- Fix issue with using multiple extension directories
--> This resolves #3468
What's Changed
Full Changelog: v4.34.5...v4.34.6
4.34.5 - CDP Mode - Patch 28
CDP Mode - Patch 28
- Fix methods for switching drivers in CDP Mode
--> This resolves #3465 - Improve output when Rosetta 2 is missing/needed on macOS
--> This resolves #3466 - Refresh Python dependencies
What's Changed
Full Changelog: v4.34.4...v4.34.5
4.34.4 - CFT and CHS refactoring
CFT and CHS refactoring
("Chrome for Testing" and "Chrome-Headless-Shell" refactoring)
- Improve CFT and CHS downloads on Windows
- Refactor .gitignore for CFT and CHS
- Refresh Python dependencies
- Add a ChatGPT example
What's Changed
Full Changelog: v4.34.3...v4.34.4
4.34.3 - Add shortcuts and error-handling
Add shortcuts and error-handling
- Add shortcuts for using "Chrome for Testing" and "Chrome-Headless-Shell"
-->--cft
/cft=True
********--chs
/chs=True
- Error early when combining UC Mode with Chrome-Headless-Shell
--> You can't combine UC Mode with Chrome-Headless-Shell
--> Chrome-Headless-Shell is incredibly fast, but not stealthy - Refresh Python dependencies
What's Changed
Full Changelog: v4.34.2...v4.34.3
4.34.2 - Add support for downloading browsers, and more
Add support for downloading browsers, and more
- Add support for downloading browsers
--> This resolves #3450 - Add special options for setting the binary location
--> This lets you directly useChrome for Testing
andChrome-Headless-Shell
--> See #3450 for info - Refresh Python dependencies
- Do some refactoring
- Update examples
- Update the docs
What's Changed
Full Changelog: v4.34.1...v4.34.2