Beispiel #1
0
 public static IWebElement FindByName(string name)
 {
     return(init.GetByName(name));
 }