Ejemplo n.º 1
0
 public IWebElement FindLinkWithText(string text)
 {
     return(page.FindLinkWithText(text));
 }