Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
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
4.12.6 - Update UC Mode and window-switching code
4.12.5 - UC Mode Updates
4.12.4 - All Kinds of Updates
All Kinds of Updates
This resolves:
- #1720 - On Linux, automatically use
--headless2if using--headlesswith--uc - #1721 - Refresh the instant Page Object Generator with newer APIs
- #1722 - Fix: Inconsistent file permissions for the same file types
- #1725 - Level-up UC Mode algorithms to counter advancements in anti-Selenium technology
- #1726 - Add
BaseCase.main(__name__, __file__)to allBaseCaseexamples for directpythonruns - #1727 - Create a practice Chrome extension to demo loading extensions with SeleniumBase
- #1728 - Update the default version of Geckodriver installed to
v0.32.1
What's Changed
Full Changelog: v4.12.3...v4.12.4
4.12.3 - Choose binary location and more
Choose binary location and more
Greetings, friends! I bring to you another exciting release. It includes the following noteworthy updates:
- Add an option to choose the Chromium browser binary location.
--> 63c830c
--> This resolves #1709
--> (For instructions, see details in the ticket above.) - Add more methods for text-based assertions
--> 9a36a5f
--> This resolves #1710 - Handle an edge case of going back after a redirect
--> c03d8ee
--> This resolves #1712 - Add more behave/BDD Gherkin steps
--> d32c6cd
--> This resolves #1713
What's Changed
Full Changelog: v4.12.2...v4.12.3
4.12.2 - Mostly UC Mode improvements
Mostly UC Mode improvements
- Make general improvements to UC Mode (
--uc)
--> 86273f4
--> This resolves #1706
--> This includes several updates, mostly around multi-threading and thread-locking. - Use Monokai Theme for rich printing on Windows
--> 5e70b91
--> This removed theabaptheme, restoring the defaultmonokaitheme.
--> Usage:sbase print FILE - Also update multiple example tests.
--> 15fe2a0
What's Changed
Full Changelog: v4.12.1...v4.12.2