Ejemplo n.º 1
0
 public static WatiN_IE open_usingPOST(this WatiN_IE watinIe, string postUrl, string postData)
 {
     return(watinIe.open_usingPOST(postUrl, "application/x-www-form-urlencoded", postData));
 }