Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit b203106

Browse files
Added Folder and Readme
1 parent 2577907 commit b203106

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# System-Automation-Scripts
2+
## Automating Google using Selenium
3+
4+
#### Install Requirements :
5+
1. Install Selenium by writing the following pip command, at command prompt -
6+
> pip install selenium
7+
8+
2. Install ChromeDriver
9+
10+
### Python Scripts in this folder
11+
12+
#### Automating_Google_Search.py
13+
- This file contains the script to automate the Google Search , you just have to enter whatever you want to search & run the file.
14+
15+
#### Automating_Google.py
16+
- 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 .

0 commit comments

Comments
 (0)