HtmlElement he = instance.ActiveTab.FindElementByAttribute("b", "innertext", "remo66.ru", "text", 0);
he.ScrollIntoView();
HtmlElement he = instance.ActiveTab.FindElementByAttribute("b", "innertext", "remo66\.ru", "regexp", 0);
he.ScrollIntoView();
В первом случае нужно вводить точный текст и...