Skip to content

Fix a bug with Recorder Mode

Compare
Choose a tag to compare
@mdmintz mdmintz released this 19 Oct 04:23
· 3800 commits to master since this release
c1b42f1

Fix a bug with Recorder Mode

🔴 SeleniumBase 2.0.2 fixes a bug with Recorder Mode that was preventing the last recorded assert on a domain from being saved unless it was followed by a non-assert recorded action on the same domain.

Also:

  • Better error-handling.
  • Optimize an import.
  • Refresh Python dependencies:
    -- sniffio;python_version>="3.7"
  • Update a lot of older docs.