Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.13.5 - Update examples and dependencies
Update examples and dependencies
- Update examples:
--> fcd98ea
--> This resolves #1777 - Update exception-handling
--> d8b17c4 - Add shortcuts for the "--final-debug" option
--> f28519e - Update console scripts
--> 0e0650d - Refresh Python dependencies
--> c59b280
What's Changed
- Upgrade ubuntu to 22.04 on GitHub Actions by @mdmintz in #1770
- Documentation update by @mdmintz in #1772
- Add Nightly Tests by @mdmintz in #1773
- Update examples and dependencies by @mdmintz in #1778
Full Changelog: v4.13.4...v4.13.5
4.13.4 - Refactor UC Mode
4.13.3 - Fix issue with parallel tests that use the dashboard
Fix issue with parallel tests that use the dashboard
What's Changed
Full Changelog: v4.13.2...v4.13.3
4.13.2 - Update default UC Mode options on Linux
Update default UC Mode options on Linux
- Changes: e533715
What's Changed
Full Changelog: v4.13.1...v4.13.2
4.13.1 - Fix Linux issue with using a custom user-data-dir in UC Mode
Fix Linux issue with using a custom user-data-dir in UC Mode
What's Changed
Full Changelog: v4.13.0...v4.13.1
4.13.0 - Lots of updates / Recorder Mode upgrade
Lots of updates / Recorder Mode upgrade
Upgrade the SeleniumBase Recorder and Test Generator (0288f5e)
- Record double-clicks.
- Record clicks that occur as a result of pressing
Enter/Returnafter cycling through elements with theTabkey. - Record
jQueryactions such as jQuery clicks and jQuery typing from existing SeleniumBase methods. - Record
self.set_attribute()andself.set_attributes()from SeleniumBase tests. - Generate additional files as needed, (such as
pytest.ini), in therecordingsfolder if not already present. - Refactor code to reduce duplication.
- This resolves #1746
Other updates:
- Fix a bug that prevented some Xvfb processes from ending
--> b6e6c7d
--> This resolves #1747 - Add more Gherkin step definitions for "behave" BDD mode
--> 41b344a
--> This resolves #1748 - Add more time for jQuery to load from CDN links as needed
--> 6a675dc
--> This resolves #1756 - Add translations for jQuery methods
--> f0cbb77
--> This resolves #1753 - Simplify options for Remote WebDriver usage with Selenium Grid
--> 6040463
--> This resolves #1754 - Add
scroll_into_view(selector)
--> ae19caa
--> This resolves #1749 - Add a retry if
ERR_NAME_NOT_RESOLVEDon URL open
--> ab5c412
--> This resolves #1750 - Speed up pytest collection by ignoring certain folders
--> bd55130
--> This resolves #1751 - Refresh Python dependencies
--> 39351e3
--> This resolves #1755 - Update examples tests that need an update (1993642)
--> This resolves #1752
What's Changed
Full Changelog: v4.12.8...v4.13.0
4.12.8 - Make improvements to multithreaded downloads, and more
Make improvements to multithreaded downloads, and more
- Make improvements to multithreaded downloads
--> 5fd88b1
--> This resolves #1742 - Refactoring
--> Small updates to various areas - Refresh Python dependencies
--> f7e450c
What's Changed
Full Changelog: v4.12.7...v4.12.8
4.12.7 - Update console scripts and more
Update console scripts and more
- Fix geckodriver download issue on Windows
--> This resolves #1738 - Add flake8 "ignore=W503" for folders created by "sbase mkdir DIR" (to the config file)
--> a44e4bb - Refresh Python dependencies:
--> 2e6d8ff
What's Changed
Full Changelog: v4.12.6...v4.12.7