Skip to content

Instantly share code, notes, and snippets.

@hiendnguyen
Last active September 6, 2019 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiendnguyen/c22d9713090931ff3f464799fcc097cb to your computer and use it in GitHub Desktop.
Save hiendnguyen/c22d9713090931ff3f464799fcc097cb to your computer and use it in GitHub Desktop.
from selenium import webdriver
driver = webdriver.Chrome(executable_path="C:/VNTesters/chromedriver.exe")
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