Skip to content

Releases: seleniumbase/SeleniumBase

4.13.5 - Update examples and dependencies

01 Mar 07:22
83f4cd1

Choose a tag to compare

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

Full Changelog: v4.13.4...v4.13.5

4.13.4 - Refactor UC Mode

23 Feb 02:49
ef0fa07

Choose a tag to compare

Refactor UC Mode

  • Refactor UC Mode
    --> Changes: bdd3834
  • Refresh Python dependencies
    --> Changes: 3727f31

What's Changed

Full Changelog: v4.13.3...v4.13.4

4.13.3 - Fix issue with parallel tests that use the dashboard

22 Feb 14:15
0a4a49b

Choose a tag to compare

Fix issue with parallel tests that use the dashboard

What's Changed

  • Fix issue with parallel tests that use the dashboard by @mdmintz in #1767

Full Changelog: v4.13.2...v4.13.3

4.13.2 - Update default UC Mode options on Linux

22 Feb 05:28
2400757

Choose a tag to compare

Update default UC Mode options on Linux

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

21 Feb 18:04
2dcacc3

Choose a tag to compare

Fix Linux issue with using a custom user-data-dir in UC Mode

What's Changed

  • Fix Linux issue with using a custom user-data-dir in UC Mode by @mdmintz in #1764

Full Changelog: v4.13.0...v4.13.1

4.13.0 - Lots of updates / Recorder Mode upgrade

18 Feb 07:29
9e10600

Choose a tag to compare

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/Return after cycling through elements with the Tab key.
  • Record jQuery actions such as jQuery clicks and jQuery typing from existing SeleniumBase methods.
  • Record self.set_attribute() and self.set_attributes() from SeleniumBase tests.
  • Generate additional files as needed, (such as pytest.ini), in the recordings folder 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_RESOLVED on 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

09 Feb 03:48
b023adf

Choose a tag to compare

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

  • Make improvements to multithreaded downloads, and more by @mdmintz in #1743

Full Changelog: v4.12.7...v4.12.8

4.12.7 - Update console scripts and more

07 Feb 04:35
9f1f745

Choose a tag to compare

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

06 Feb 06:04
004a364

Choose a tag to compare

Update UC Mode and window-switching code

  • Update UC Mode code
    --> 1bd434b
  • Update window-switching code
    --> b0aa1d8
  • Refresh Python dependencies
    --> 52c7e8d

This resolves #1735

What's Changed

Full Changelog: v4.12.5...v4.12.6

4.12.5 - UC Mode Updates

04 Feb 04:24
5148599

Choose a tag to compare

UC Mode Updates

  • This continues the work on improving #1725
  • This continues the work on fixing #1722

What's Changed

Full Changelog: v4.12.4...v4.12.5