Есть такой код:
-------------------------------------------------
HtmlElement ui = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("span", "innerhtml", "isn\'t\\ available", "regexp", 0);
if (ui.IsVoid) throw new Exception("not found, page not loaded")...