Exemplo n.º 1
0
 public static string jQuery_Append_Body(this string htmlToAppend, WatiN_IE ie)
 {
     ie.jQuery_Append_Body(htmlToAppend);
     return(htmlToAppend);
 }