Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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>
share|improve this question
As always - what have you tried? =) – J. Steen Sep 25 '12 at 7:09
How about file << browser.html? – pguardiario Sep 25 '12 at 7:25
I am pretty sure saving the HTML to a file is not the solution for your problem. Let us know what are you trying to do and what is the problem. – Željko Filipin Sep 25 '12 at 8:40
1  
What do you mean by "line by line"? – Željko Filipin Sep 25 '12 at 8:40
If there is noting in the body when you inspect the page with watir, there will be noting in the body when you save the HTML to file. – Željko Filipin Sep 25 '12 at 8:41
show 2 more comments

closed as not a real question by Augusto, Mihai Iorga, Fluffeh, Peter DeWeese, Jason Sturges Sep 25 '12 at 15:45

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.