Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
3.2.12 - Refresh Python dependencies
Refresh Python dependencies
- Drop
setuptools-scm
dependency. (It doesn't appear to be needed.) - Refresh
typing-extensions
dependency on older versions of Python.
3.2.11 - Recorder improvements, some fixes, and more
Recorder improvements, some fixes, and more
- Add "--rec-print" option to print recordings after tests
- Scroll to canvas elements before interacting with them
- Fix a method used in Behave-BDD Mode
- Add "Assert text not visible" to Behave-BDD steps
- Add "assert_text_not_visible" to recorded actions
- Update the Behave-BDD code exporter
- Optimize Recorder-exported files
- Fix bug with the env listed in the DB table
- Add method: "wait_for_element_clickable()"
- Refresh Python dependencies
- Show migration stages (raw Selenium to SeleniumBase)
3.2.10 - Reliability and dependencies
Reliability and dependencies
3.2.9 - Mobile updates and more
3.2.8 - Window Size option and logging output updates
Window Size option and logging output updates
- Add option to set the window_size: "Width,Height"
-- This resolves #1361 - Display latest_logs link if files were saved to the logs
-- This resolves #1362
3.2.7 - Bug fixes and updates
Bug fixes and updates
- Add "--dash-title" option to customize the Dashboard title
- Update the built-in Behave-BDD steps
- Update the Behave-BDD code-gen exporter
- Fix bug when using the Behave GUI on Windows
- Fix bug with the Recorder in "Assert Text" Mode
- Print Behave-BDD output for that Recorder GUI Mode
- Fix Behave-BDD output on Windows