Skip to content

SeleniumBase 2.0.0 with Selenium 4.0.0

Compare
Choose a tag to compare
@mdmintz mdmintz released this 16 Oct 05:35
· 3816 commits to master since this release
484c8a2

SeleniumBase 2.0.0 with Selenium 4.0.0

  • It's Party Time - We're upgrading to Selenium 4.0.0.
  • Only Python versions >= 3.7 get the upgrade.
  • (Python versions < 3.7 stay at Selenium 3.141.0.)
  • Refresh Python dependencies:
    selenium==4.0.0;python_version>="3.7"
    trio==0.19.0;python_version>="3.7"
    trio-websocket==0.9.2;python_version>="3.7"
    pyopenssl==21.0.0;python_version>="3.7"