I need to solution to save the entire HTML response to a text file line by line. I have a html response where there is no way to identify any element in it. Basically it is just on Body and cant spy any thing inside it. So If i can save the entire html to a text file, i can read the require data and use it as parameter for next steps. I have also pasted the html respnse below. Any quick solution will be helpful.
<HTML><HEAD></HEAD>
<BODY>Mux isconnected requesting... response got field id="0" value="0110"<BR>field id="4" value="000000010000"<BR>field id="6" value="000000010000"<BR>field id="7" value="0925065903"<BR>field id="11" value="000124"<BR>field id="32" value="550060"<BR>field id="33" value="012295"<BR>field id="37" value="123456789012"<BR>field id="39" value="14"</BODY></HTML>
file << browser.html? – pguardiario Sep 25 '12 at 7:25