seleniumstudent@lemmy.worldOPtoSelenium Web Browser Automation@lemmy.world•I keep getting certificate errors when using Selenium.
1·
11 months agoSome 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.
You should be able to just submit the login and password directly in the url (https://username:password@URL) with HTTP basic authentication and have it work that way. And man they really killed this community by moving away from reddit. A total neckbeard self own by the mods.