Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Created August 8, 2022 14:35
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 YHaruoka/a3a1d9ff875f40eba06a5f18766ad336 to your computer and use it in GitHub Desktop.
Save YHaruoka/a3a1d9ff875f40eba06a5f18766ad336 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('http://tecsingularity.com/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment