Selenium or Chromedriver randomly stopped working with Python -
i have few scripts in python use selenium , chromedriver web scrapping. have worked fine months of last night (04/06/2017) started giving errors when try chromedriver. example, these 2 lines of code produce not secure error inside browser address bar.
browser = webdriver.chrome() browser.set_window_position(-10000, 0)
my scripts made using python 3.5. installed python 3.6 still using idle 3.5. installed python 3.6 2 weeks ago , didn't have problems scripts working. why did randomly start happening, 1 of 2 problem, , how can fix this?
after downloading newest version of chromedriver.exe , replacing old chromedriver issue resolved. still not secure error on browser when opens scripts continue run now.
Comments
Post a Comment