robotframework / SeleniumLibrary

Web testing library for Robot Framework
Apache License 2.0
1.36k stars 752 forks source link

Start removing references to Selenium2Library #1896

Closed emanlove closed 2 months ago

emanlove commented 2 months ago

This starts the process of deprecating and removing current references to Selenium2Library (#1826). As noted in the commit messages these changes

Also updates the setup.py which was stating the support for Python 3.6 and 3.7 where elsewhere we have been saying 3.8 or greater in recent releases.

Still to do but will come in another pull request is the updating on how to handle browser drivers which makes no mention of selenium manager and is a bit outdated.