Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 543 Bytes

File metadata and controls

16 lines (11 loc) · 543 Bytes

Web-Automation-using-Python-

Web automation using python selenium.

  1. Install Python 3

  2. Run these commands in cmd (Requirements selenium, pandas, joblib)

  3. pip install selenium (Installing Selenium)

  4. pip install joblib

  5. pip install pandas

  6. Install chromedriver , and set the location of chromedriver in main_parallel.py file.

  7. Run main_parallel.py file

  8. You can change database to mysql also , just remove the comments on mysql connection code in main_parallel.py file

  9. You can change sampe dataset by changing file.csv.