Skip to content

Releases: seleniumbase/SeleniumBase

Refresh Python dependencies

25 Feb 23:17
302fa40

Choose a tag to compare

Refresh Python dependencies

15 Feb 22:41
c93ddae

Choose a tag to compare

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

13 Feb 18:16
68c456e

Choose a tag to compare

Improve link-checking code and upgrade pytest

11 Feb 20:59
49eda86

Choose a tag to compare

Make improvements to Recorder Desktop

11 Feb 06:20
a5cef6c

Choose a tag to compare

Make improvements to Recorder Desktop

  • This improves Linux compatibility.
  • This also improves performance.

Fix Recorder Desktop on Linux

10 Feb 20:53
0ea0463

Choose a tag to compare

Fix Recorder Desktop on Linux

Update capabilities-processing and dependencies

10 Feb 00:05
873543b

Choose a tag to compare

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

06 Feb 04:20
f3b01ee

Choose a tag to compare

pytest 7 has arrived

  • Upgrading to pytest 7.0.0 is 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

04 Feb 03:28
04a8ab9

Choose a tag to compare

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

02 Feb 03:47
2375a77

Choose a tag to compare

Update available command-line options, and more

  • Add --account=STRING option.
    -- (Access with self.account in 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"