Hi
Using the Website for Browser template, I need to get screenshot and data from many websites/apps that run on local.
Few of them are running in http and lack certificates (I'm not responsible for that)
Using regular Seleniuym commands (in the selenium server) I can bypass the certificate warning, to get a screenshot, but using Zabbix's Browser tool,
none of the
types of arguments seems to be working
going here tells me a few things about the Browser tool like this
but is doesn't really help
I also watched, few times, the THIS video... but I'm still stuck
Anyone knows how to bypass the no SSL warning in Chrome, from the Website by Browser tempalte ?
Using the Website for Browser template, I need to get screenshot and data from many websites/apps that run on local.
Few of them are running in http and lack certificates (I'm not responsible for that)
Using regular Seleniuym commands (in the selenium server) I can bypass the certificate warning, to get a screenshot, but using Zabbix's Browser tool,
none of the
Code:
options.addArguments('--ignore-certificate-errors');
going here tells me a few things about the Browser tool like this
Code:
{ "browserName":"chrome", "pageLoadStrategy":"normal", "goog:chromeOptions":{ "args":[ "--headless=new" ] } },
I also watched, few times, the THIS video... but I'm still stuck
Anyone knows how to bypass the no SSL warning in Chrome, from the Website by Browser tempalte ?
Comment