Hello,
Any way to bypass this error page? We had to manually click the proceed link, katalon cannot record the steps to click the button on this page to proceed to the site which disrupts the automation.
Thanks and regards
JM
Hello,
Any way to bypass this error page? We had to manually click the proceed link, katalon cannot record the steps to click the button on this page to proceed to the site which disrupts the automation.
Thanks and regards
JM
it depends on what is causing the warning.
some tips here:
also, --allow-running-insecure-content
may be needed too.
I just go into Project - Settings - Desired Capabilities - Web UI and chose the browser. So far only used with Chrome and am unsure if the others use the same arguments.
Click Add and for Name use args, for Type use List.
Click on the Value column and three dots, then in there click Add and paste in the following values. You have to click OK after each as it wont save otherwise.
start-maximized
ignore-certificate-errors
disable-popup-blocking
auth-server-whitelist
Click Apply and Close and should be good.