Enhanced Shadow-DOM support and more
- Enhanced Shadow-DOM support:
-- More supported SeleniumBase methods.
-- Now you can automate the "WORDLE" App. (Example test included.)
- Better version info:
-- Similar tosys.version_info
, now there'sseleniumbase.version_info
. - Refactoring, improved compatibility, and better error-handling:
-- Part of this means thatnosetests
now works on "Python 3.10". - Refresh Python dependencies:
--setuptools>=60.5.0;python_version>="3.7"
--setuptools-scm>=6.4.2;python_version>="3.6"
--h11==0.13.0;python_version>="3.7"
--fasteners==0.17.2;python_version>="3.6"