<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>---------- Forwarded message ----------<br>From: Javier Collado <<a href="mailto:javier.collado@gmail.com">javier.collado@gmail.com</a>><br>
To: Raji Seetharaman <<a href="http://sraji.me">sraji.me</a>@<a href="http://gmail.com">gmail.com</a>><br>Date: Sat, 12 Dec 2009 12:52:27 +0100<br>Subject: Re: When to use mechanize and Windmill library during WebScraping ?<br>
Hello,<br>
<br>
If a script that uses mechanize fails to find an html node that has<br>
been identified with Firebug, this is probably because that node has<br>
been autogenerated (provided that the expression to get the node is<br>
correct).<br>
<br>
As an alternative to verify this, you can try to download the html<br>
page and open it in your favourite editor. If some of the nodes that<br>
you can see in your browser are missing or empty, then one of the<br>
JavaScript scripts in the page should have created/populated it.<br>
<br>
If you're in doubt, you can try to use mechanize and, if you have<br>
problems such as the described above, then you can move to windmill or<br>
some other tool that executes JavaScript code before trying to get the<br>
desired data.<br>
<br>
Best regards,<br>
    Javier<br>
<br></blockquote><div><br>Thanks for your help<br><br>Raji. S <br></div></div>