selenium webdriver - Python Tutorial
https://pythonspot.com/selenium-webdriverPython 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. The driver “ChromeDriver” is needed to start Chrome, “FirefoxDriver” for Firefox.