I am trying to reach a untrusted URL via botium, but not able to proceed. I need to accept the Insecure certificate and proceed with untrusted site.
I need to know how I can add capabilities in Botium box to meet my requirement, I am using “E2E UI/UX Testing” connector with automation technology “Selenium”.
You can try to use the WEBDRIVERIO_START_CHROMEDRIVER_ADDITIONAL_OPTIONS capability (see docs) and add the –ignore-certificate-errors option to the headless chrome (see this article)).
I used WEBDRIVERIO_START_CHROMEDRIVER_ADDITIONAL_OPTIONS capability and added the –ignore-certificate-errors option to the headless chrome, but instead of accepting the certificate its ignoring. My requirement is to accept the insecure certificate and proceed with untrusted URL.
Do we have any specific capability to accept the certificate? Please help with this.