HtmlElement he = null;
for (int i = 0; i<30; i++)
{
var tab = instance.ActiveTab;
tab.Navigate(project.Variables["url"].Value, project.Variables["refferel"].Value);
if (tab.IsBusy) tab.WaitDownloading();
// he = tab.FindElementByAttribute("select","name","locationId","text",0);//...