コード例 #1
0
 public static TextField waitForField(this WatiN_IE watinIe, string nameOrId)
 {
     return(watinIe.waitForField(nameOrId, 500, 10));
 }