Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. profile = webdriver.FirefoxProfile()
  2. profile.accept_untrusted_certs = True
  3.  
  4. browser = webdriver.Firefox(firefox_profile=profile)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement