#2796

Hello,

If you need to check when “An error has occurred” keyword is found on the page and receive alert on it, then:

tab0.KeywordAssert (“{[!\”An error has occurred\”]}”);

Please, note, that you should probably re-enter double quotes in Scripting Tool due to different formatting.

Regards