cjekel / piecewise_linear_fit_py

fit piecewise linear data for a specified number of line segments
MIT License
289 stars 59 forks source link

Can not open https with selenium #16

Closed stadtwerker closed 5 years ago

stadtwerker commented 5 years ago

Hi, I have got some problems to open an url with the prefix https. I just tried to fix it but the error message remains. My code is:

from selenium import webdriver from selenium.webdriver.firefox.options import Options

profile = webdriver.FirefoxProfile() profile.accept_untrusted_certs = True

o = Options() o.add_argument('-private')

driver = webdriver.Firefox(firefox_options=o) driver.get("https://www.python.org/")

And the message in Firefox is unbenannt

Could anyone help me, please? s.

vkhodygo commented 5 years ago

Wrong repository.