Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import time
- from selenium import webdriver
- from selenium.webdriver.chrome.service import Service
- s=Service('./chromedriver.exe')
- driver = webdriver.Chrome(service=s)
- driver.get('https://www.wikipedia.de')
- time.sleep(5)
Advertisement
Add Comment
Please, Sign In to add comment