Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
Refresh Python dependencies
Refresh Python dependencies
Refresh Python dependencies
Refresh Python dependencies
setuptools>=60.9.1;python_version>="3.7"filelock==3.5.0;python_version>="3.7"- (See 49f8577)
Update method args and dependencies
Update method args and dependencies
Improve link-checking code and upgrade pytest
Improve link-checking code and upgrade pytest
- Ignore certificate errors by default in get_link_status_code()
- Use caching by default in get_pdf_text()
- Update the ignore-list for assert_no_404_errors()
- Sort broken links when calling assert_no_404_errors()
- Simplify imports
- Refresh Python dependencies
--pytest==7.0.1;python_version>="3.6"
--prompt-toolkit==3.0.28;python_version>="3.6"
Make improvements to Recorder Desktop
Make improvements to Recorder Desktop
- This improves Linux compatibility.
- This also improves performance.
Fix Recorder Desktop on Linux
Fix Recorder Desktop on Linux
- This resolves #1209
Update capabilities-processing and dependencies
Update capabilities-processing and dependencies
- Improve handling of desired capabilities in the remote instance.
setuptools>=60.8.2;python_version>="3.7"tomli>=2.0.1;python_version>="3.7"prompt-toolkit==3.0.27;python_version>="3.6"platformdirs==2.5.0;python_version>="3.7"rich==11.2.0;python_version>="3.6"
pytest 7 has arrived
pytest 7 has arrived
- Upgrading to
pytest7.0.0is the main change here.
-- (An amazing boost in performance, especially for test-collection!) - Update the notification when trying to run Recorder Desktop on an old version of Python.
-- (Recorder Desktop requires Python 3.7 or newer.) - Also refresh some other Python dependencies.
-- (Mostly for older, supported versions of Python).
Update Recorder Mode, MasterQA, and dependencies
Update Recorder Mode, MasterQA, and dependencies
- Update Recorder Mode script-generation.
- Update MasterQA error-handling.
- Update multiple example tests.
- Refresh Python dependencies:
--pip>=22.0.3;python_version>="3.7"
--setuptools>=60.7.1;python_version>="3.7"
--Pillow==9.0.1;python_version>="3.7"
Update available command-line options, and more
Update available command-line options, and more
- Add
--account=STRINGoption.
-- (Access withself.accountin tests.) - More available options for
--env=ENV. - Update default button colors for IntroJS Tours.
- Refresh optional Python dependencies:
--coverage==6.3.1;python_version>="3.7"