Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from selenium import webdriver
- from selenium.webdriver.chrome.service import Service
- from webdriver_manager.chrome import ChromeDriverManager
- from webdriver_manager.core.utils import ChromeType
- driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()))
- url="https://untapped.com"
- driver.get(url)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement