Advertisement
gobees81

simple_code

Oct 10th, 2022
1,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. from selenium import webdriver
  2.  
  3.  
  4. driver= webdriver.Chrome(r'/usr/bin/chromedriver')
  5. url = "https://untapped.com"
  6. driver.get(url)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement