From: David M. G. <mic...@gm...> - 2014-01-05 13:56:17
|
Hi, The current default of htmlunit is NiceRefreshHandler with 2 seconds wait time. I use htmlunit primarily for data scraping. Sometimes there is a refresh after a waiting time which is more than 2 seconds and then i don't get the data. The solution suggested here is to use ImmediateRefreshHandler. Is there any possible downside to use for the purpose of data scraping the ImmediateRefreshHandler or could i use it safely for any web page i scrape? Thanks, David |