Example #1
0
 public static string jQuery_Append_Body(this string htmlToAppend, WatiN_IE ie)
 {
     ie.jQuery_Append_Body(htmlToAppend);
     return(htmlToAppend);
 }
Example #2
0
 	public static string jQuery_Append_Body(this string htmlToAppend, WatiN_IE ie)
 	{    		
 		ie.jQuery_Append_Body(htmlToAppend);
 		return htmlToAppend;
 	}