Beispiel #1
0
 public static IWebElement FindById(string id)
 {
     return(init.GetById(id));
 }