Skip to content

Instantly share code, notes, and snippets.

@hiendnguyen
Created September 6, 2019 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hiendnguyen/38b6fd7df46a05684870aad65c728719 to your computer and use it in GitHub Desktop.
Save hiendnguyen/38b6fd7df46a05684870aad65c728719 to your computer and use it in GitHub Desktop.
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(ChromeDriverManager().install())
driver.get ("https://vntesters.com/")
print (driver.title)
driver.quit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment