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.