You can fix certificate errors that are thrown from the Google Chrome browser by editing the Agent_Web_Chrome.z file located in the Zeenyx AscentialTest install path, C:Program Files (x86)ZeenyxAscentialTestLibrariesStandard (use File > Open within AscentialTest).
Open the file Agent_Web_Chrome.z and remove the comments in front of the switch for the sCmdLine declaration and save the file. (Note that you may want to create a backup copy before the edit to be safe.)
[-] void Start ()
[ ] String sCmdLine = ‘”‘ + GetAppPath() //+ ‘” –ignore-certificate-errors’
[ ] base.Start (sCmdLine, null, 60.0)
Edited File:
[-] void Start ()
[ ] String sCmdLine = ‘”‘ + GetAppPath() + ‘” –ignore-certificate-errors’
[ ] base.Start (sCmdLine, null, 60.0)
Contact Our Team