Advanced Topics
Bypassing SSL certificate errors

How to bypass SSL errors

Occasionally, a script may encounter an SSL error due to an SSL certificate on the site being out of date or if the certificate is certified for a different domain. This will cause scripts to error if not handled properly.

Continue recording the script normally. If on playback, a page that looks like the following appears



Insert the following before the action that causes the above error to appear
ignorecerterrors

And insert the following after the action that causes the error to appear:

$IE0.link(:text, /Continue to this website/).click