Py-Selenium Python-Selenium quick start 1. Download ChromeDriver: A. Check your Google Chrome version: B. Download the ChromeDriver matching your Google Chrome from: https://chromedriver.chromium.org/downloads C. Open terminal inside PyCharm (left bottom) and run: pip install selenium D. Copy code from webtest.py