selenium · PyPI
https://pypi.org/project/selenium13.10.2021 · Python language bindings for Selenium WebDriver. The selenium package is used to automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer), as well as the Remote protocol. …
selenium webdriver - Python Tutorial
https://pythonspot.com/selenium-webdriverTo start a web browser, the Selenium module needs a web driver. Python interacts with the selenium web driver and the web driver interacts with the browser. Supported browsers are: Chrome Firefox Internet Explorer Safari Opera PhantomJS (invisible) To start a browser, you will need to corresponding web driver.