Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
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
4.34.7 - URL schemes and dependencies
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
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
4.34.4 - CFT and CHS refactoring
CFT and CHS refactoring
("Chrome for Testing" and "Chrome-Headless-Shell" refactoring)
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