Tab tab = instance.ActiveTab;
HtmlElement he = tab.FindElementByXPath(@"/html/body/div[6]/div[1]/div/div/div[4]/div/ul/li["+project.Variables["sovp"].Value+"]/div/div",0);
tab.FullEmulationMouseMoveToHtmlElement(he);
tab.FullEmulationMouseClick("left","click");