public string getResult(int position)
 {
     return(WebActions.getTextFromElement(lnkResults.ElementAt(position), " search result", false));
 }