I am currently creating a small watin-based application that visits a website and then launches a series of URLs to download PDF files using Watin.
The website uses a lot of javascript to load pdf into the embedded HTML.
The program works fine at the moment, but is very slow since watin does not handle downloads very efficiently (it uses the Firefox download system and enters a slow file name before saving.
I would like to know if there is a better framework for web scrap that can provide the same support for Ajax sites, but a better / faster way to upload files.
I was everywhere on the Internet and found about selenium, but it does not prove to be more effective than watching file downloads.
Thanks in advance for your help.
source share