seleniumstudent@lemmy.worldOPtoSelenium Web Browser Automation@lemmy.world•I keep getting certificate errors when using Selenium.
1·
11 months agodeleted by creator
deleted by creator
Anyone? I’m still faced with this issue. Hoping someone has a solution
Some people on stackoverflow suggest adding:
options = webdriver.ChromeOptions() options.add_experimental_option('excludeSwitches', ['enable-logging'])
Doesn’t this just sweep the problem under the rug and result in the Selenium controlled browser connecting to the remote website in an insecure manner? Proper https security needs to be happening.
PLEASE can someone give me a clear answer on this? It’s really sad how this community died after it was moved off reddit.