Skip to content

Instantly share code, notes, and snippets.

@AnasAlmasri
Created May 9, 2020 17:24
Show Gist options
  • Save AnasAlmasri/889b887648102f7dbbdffafa8f8cf14c to your computer and use it in GitHub Desktop.
Save AnasAlmasri/889b887648102f7dbbdffafa8f8cf14c to your computer and use it in GitHub Desktop.
# start webdriver
options = Options()
options.headless = True
driver = webdriver.Chrome('/usr/bin/chromedriver', options=options)
driver.get('https://medium.com/me/stats')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment