Beispiel #1
0
 public static IWebElement FindByClass(string className)
 {
     return(init.GetByClass(className));
 }