Guest User

Untitled

a guest
Jul 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. from selenium import webdriver
  2. browser = webdriver.Firefox()
  3. browser.get('https://google.com')
  4.  
  5. ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
Add Comment
Please, Sign In to add comment