| Is it possible to wait before parisng/downloading page after html part is
loaded, so that ajax/javascript part can be downloaded?
I am trying to get an offline copy of a website that have some ajax/javascript
on some pages that are downloaded after page is loaded. So I need to make the
engine wait for a while (~10 sec) after page is loaded as html.
For example,
<http://www.ti.com/lsds/ti/analog/amplifiersandlinears/amplifiersandlinears.page>
from product tree on the left:
<http://www.ti.com/paramsearch/docs/parametricsearch.tsp?family=analog&familyId=72&uiTemplateId=NODE_STRY_PGE_T>
it downloads all similar links and convers them into htmls, but all of them
have an error for bottom part, I guess it saves page just after html part is
loaded, so I need it to wait for bottom part to be loaded then parse and
download. | |