Awesome-Python-Scripts/System-Automation-Scripts/Google at master · AdityaJ7/Awesome-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

System-Automation-Scripts

Automating Google using Selenium

Install Requirements :

  1. Install Selenium by writing the following pip command, at command prompt -

pip install selenium

  1. Install ChromeDriver

Automating_Google_Search.py

  • This file contains the script to automate the Google Search , you just have to enter whatever you want to search & run the file.

Automating_Google.py

  • This file contains the script to automate various tasks on Google like clicking the text link, cliking the forward and the backward button and refreshing of the page .