Ah, the WebVerifyHTML function is a little different. The way that works is it looks for X instances of the text in quotes. In this case it's looking for 1 instance of "Sorry, something went wrong". What you'll want instead of WEB_FLAG_EQUAL is WEB_FLAG_SMALLER, so that you're looking for less than 1 instance of "Sorry, something went wrong". The Web Functions Reference will have details on all available functions.
↧