Skip to content

Instantly share code, notes, and snippets.

@kipronokoech
Last active August 15, 2020 11:54
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 kipronokoech/731f708690f0d1019119e0175411d262 to your computer and use it in GitHub Desktop.
Save kipronokoech/731f708690f0d1019119e0175411d262 to your computer and use it in GitHub Desktop.
from selenium import webdriver
import time
PATH = "./chromedriver"
driver = webdriver.Chrome(PATH)
driver.get(url="file:///home/kiprono/Desktop/untitled.html")
time.sleep(5)
driver.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment