Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 538 Bytes

Py-Selenium

Python-Selenium quick start

1. Download ChromeDriver:

A. Check your Google Chrome version:

alt text

alt text

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