This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
microblog
Watch
1
Star
0
Fork
You've already forked microblog
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
aa10f4e3d7
microblog
/
selenium.py
5 lines
96 B
Python
Raw
Blame
History
from
selenium
import
webdriver
driver
=
webdriver
.
chrome
(
)
driver
.
get
(
"
http://www.python.org
"
)
Reference in New Issue
View Git Blame
Copy Permalink