Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.13.22 - Updates and fixes
Updates and fixes
- Fix an issue with the remote-debugging-port in
--uc
mode
--> 082c692
--> (Uses port9222
unless changing viachromium_arg="remote-debugging-port=PORT"
)
--> This resolves #1827 - Tours can now be controlled via the
Page-Up
/Page-Down
keys.
--> Useful if driving a tour as a presentation via a physical clicker device. - Tours that previously couldn't be controlled via the Arrow keys have now gained that ability.
- Refresh Python dependencies
--> 730c6d0
What's Changed
Full Changelog: v4.13.21...v4.13.22
4.13.21 - PyOpenSSL update
PyOpenSSL update
- Refresh Python dependencies
--> 08263b8
What's Changed
Full Changelog: v4.13.20...v4.13.21
4.13.20 - Refresh Python dependencies
Refresh Python dependencies
https://github.com/seleniumbase/SeleniumBase/pull/1823/files
- Required dependencies that changed:
filelock>=3.10.7;python_version>="3.7"
platformdirs>=3.2.0;python_version>="3.7"
parameterized==0.9.0;python_version>="3.7"
typing-extensions==4.5.0;python_version>="3.7" and python_version<"3.9"
rich==13.3.3;python_version>="3.7"
What's Changed
Full Changelog: v4.13.19...v4.13.20
4.13.19 - Selenium update and dependencies
Selenium update and dependencies
- Refresh Python dependencies
--> b7c5b6c
What's Changed
Full Changelog: v4.13.18...v4.13.19
4.13.18 - Update minimum "filelock" version
Update minimum "filelock" version
- Update minimum
filelock
version for a bug-fix
--> New minimum:filelock>=3.10.3
--> d95f7c8
What's Changed
Full Changelog: v4.13.17...v4.13.18
4.13.17 - Refactor pytest.ini and more
4.13.16 - Fix bugs with "--archive-logs" and headless Firefox on Linux without Xvfb
Fix bugs with "--archive-logs" and headless Firefox on Linux without Xvfb
- Fix bug with
pytest --archive-logs
--> b3c995f
--> This resolves #1812 - Fix bug with
--headless
Firefox on Linux without Xvfb
--> (7fe3306)
--> This resolves #1813 - Update commands:
sbase methods
&sbase options
--> 2788159 - Refresh Python dependencies
--> bd33162
What's Changed
Full Changelog: v4.13.15...v4.13.16
4.13.15 - Fix headed mode on Linux and the timezone offset
Fix headed mode on Linux and the timezone offset
- Fix issue with headed mode on Linux
--> 2ee05ab
--> (Info:--headed
mode still usedxvfb
, which hid the browser window)
--> This resolves #1808 - Fix log time offset from UTC during Daylight Savings
--> bb2e66d
--> This resolves #1809 - Refresh Python dependencies
--> 43bc256
What's Changed
Full Changelog: v4.13.14...v4.13.15
4.13.14 - Toggles, Translations, and Dependencies
Toggles, Translations, and Dependencies
- Fix issue with methods that toggle hidden checkboxes with zero-opacity
--> This resolves #1804 - Update translations
--> 6acbd5d - Refresh Python dependencies
--> d0cd00a
What's Changed
Full Changelog: v4.13.13...v4.13.14
4.13.13 - Refine UC Mode and update pytest-xdist
Refine UC Mode and update pytest-xdist
- Make refinements to UC Mode (
--uc
)
--> 1757ef2
--> This resolves issues with tests that use multiple tabs in UC Mode - Also refresh Python dependencies (
pytest-xdist
)
--> 100f473
--> This resolves apytest-xdist
issue with using--dist=worksteal
in multithreaded mode.
--> (Details: pytest-dev/pytest-xdist#884)
What's Changed
Full Changelog: v4.13.12...v4.13.13