HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("div", "class", "roulette-cell\\ cell-bet\\ two-wide\\ bottom", "regexp", 0);
if (he.IsVoid) return -1;
instance.WaitFieldEmulationDelay();
he.RiseEvent("click", instance.EmulationLevel);
HtmlElement he =...