Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.14.5 - GUI colors and fixes
4.14.4 - Update tours and mobile mode
4.14.3 - Refresh dependencies
Refresh dependencies
- Refresh Python dependencies
--> c86fa7e
What's Changed
Full Changelog: v4.14.2...v4.14.3
4.14.2 - Not-connected exception-handling
4.14.1 - Update geckodriver and fix MasterQA Mode
Update geckodriver and fix MasterQA Mode
- Update the default
geckodriverversion (tov0.33.0)
--> e89b337
--> This resolves #1853 - Fix
jconfirmdialog boxes in MasterQA Mode
--> f39ea1f
--> This resolves #1852 - Get ready for Shadow-DOM support in Firefox 113
--> ae26113 - Refresh the
setuptoolsdependency
--> d441108
What's Changed
Full Changelog: v4.14.0...v4.14.1
4.14.0 - Upgrade selenium and more
Upgrade selenium and more
- Refresh Python dependencies:
--> 7ccd4a5
--> This resolves #1850 - Fix issue with the output of deferred text asserts:
--> 5f36890
--> This resolves #1848 - Add options for downloading drivers via proxy as needed:
--> 0881de9
--> This resolves #1844
If you want to download a driver via proxy directly, use:
sbase get DRIVER --proxy=server:portorsbase get DRIVER --proxy=user:pass@server:port
--> Eg.sbase get chromedriver --proxy=user:[email protected]:1234
If you want tests that already use a proxy to also download the driver via the same proxy:
pytest TEST.py --proxy=server:port --proxy-driverpytest TEST.py --proxy=user:pass@server:port --proxy-driver
(If you don't add the--proxy-driveroption, the tests will still use proxy settings from--proxy=PROXY, but the driver will be downloaded without using a proxy.)
What's Changed
Full Changelog: v4.13.26...v4.14.0
4.13.26 - Refresh Python dependencies
Refresh Python dependencies
- 5ec2d1c
- This includes improvements to the debugger.
What's Changed
Full Changelog: v4.13.25...v4.13.26
4.13.25 - Refresh dependencies and fix a bug
4.13.24 - Update GUI Apps and the HTML Inspector
4.13.23 - Multithreading Improvements
Multithreading Improvements
- Add option to support multiple proxies with auth in parallel
--> 2865690
--> This resolves #1832 - Fix issue with multithreaded tests in UC Mode
--> 96f967e
--> This resolves #1833 - Fix issue with multithreaded tests in Remote Debug Mode
--> 6e72fd3
--> This resolves #1834 - Refresh Python dependencies
--> fff5991
What's Changed
Full Changelog: v4.13.22...v4.13.23