Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 631 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 631 Bytes

Login-Automation

This is a python script for automating the gmail loginand accessing web master tools &analytics . Same can be used for Facebook and other websites.

Prerequisites : python3 Selenium

How to use : 1.Open the login.py 2.Insert your gmail-id and Password in line 7 ,8. 3. Save it . 4. Run

Note that you need to download the most recent version of ChromeDriver, and place the executable into the same folder as login.py.

Download chromedriver . Set its location as environment variable of path . Keep login script and webdriver in same path