Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c62738

Browse files
Chrome Website Open Automation
1 parent b0f02ce commit 0c62738

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎ChromeAutomation/chrome-automation.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import webbrowser as wb
2+
3+
def webauto():
4+
chrome_path = 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s'
5+
URLS = (
6+
"stackoverflow.com",
7+
"github.com/avinashkranjan",
8+
"gmail.com",
9+
"google.co.in",
10+
"youtube.com"
11+
)
12+
13+
for url in URLS:
14+
print("Opening: "+ url)
15+
wb.get(chrome_path).open(url)
16+
17+
webauto()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /