// Конструктор действий, тип RiseEvent
HtmlElement he = instance.ActiveTab.FindElementByAttribute("span", "class", "nc_iconfont btn_slide", "text", 0);
if (he.IsVoid) {
throw new Exception("Нет бегунка");
}
HtmlElement he1 = instance.ActiveTab.FindElementByAttribute("div", "class"...