Skip to content

Enhanced Shadow-DOM support and more

Compare
Choose a tag to compare
@mdmintz mdmintz released this 20 Jan 04:35
· 3461 commits to master since this release
a6c6068

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 to sys.version_info, now there's seleniumbase.version_info.
  • Refactoring, improved compatibility, and better error-handling:
    -- Part of this means that nosetests 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"