HtmlElement comment = instance.GetTabByAddress("page").GetDocumentByAddress("0").FindElementByAttribute("li", "data-id", project.Variables["dataId"].Value , "text", 0);
HtmlElement button = comment.FindChildByAttribute("button", "class", "comment-action-vote-up", "text", 0);
button.Click();