Closed amihaiemil closed 8 years ago
Still need to implement SwitchableCrawl, which takes 2 WebCrawl object, and if the first one fails, the second one is run. This way, the user can try to crawl a website in different ways.
E.g. phantomjs webdriver failed, so switch to a webcrawl which uses other driver.
done
The crawl might fail due to runtime exceptions. E.g. crawling with phantomjs sometimes fails. A way of retrial, with the possibility of using other WebDrivers should be implemented.