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

Commit 2577907

Browse files
Deleted .json file
1 parent c61ef21 commit 2577907

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.vscode/settings.json

-3
This file was deleted.

System-Automation-Scripts/Automating_Google.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
driver = webdriver.Chrome(ChromeDriverManager().install())
1111

1212
# enter the link of the google
13-
driver.get("http://www.google.com")
13+
driver.get("https://www.google.com")
1414

1515
# AUTOMATING CLICKING OF THE LINK TEXT
1616

System-Automation-Scripts/Automating_Google_Search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
driver = webdriver.Chrome(ChromeDriverManager().install())
1212

1313
# providing the link
14-
driver.get("http://www.google.com")
14+
driver.get("https://www.google.com")
1515

1616
# then we will look for the search bar name(here name is referred to the html code)
1717
element = driver.find_element_by_name("q")

0 commit comments

Comments
 (0)