Esempio n. 1
0
 public static Link waitForLink(this WatiN_IE watinIe, string nameOrId)
 {
     return(watinIe.waitForLink(nameOrId, 500, 10));
 }