ConnectionRefusedError: [WinError 10061] while using Selenium in Python 3.5 -
i trying launch firefox , land desired website. getting error message "connectionrefusederror: [winerror 10061]". tried using interactive shell , able launch browser, except error showed when try specify website. please see code below
>>> selenium import webdriver >>> browser = webdriver.firefox() >>> browser.get('http://google.com') --> part trouble
i tried check internet options , set automatic. i'm not sure if maybe caused firewall or admin rights going.please take note using admin account project. suggestions appreciated!
sorry guys, figured out. browser must not closed after being launched in interactive shell. works fine now. considered ticket closed!
Comments
Post a Comment