I just want to get the file without scraping the page
Hello,
Thanks for you assistance so far, it has been a great help to me.
I am trying to get a particular file without having to scrape the page but the part of the screen-scraper GUI that I do the 'write' requires that I put an extractor pattern. I have been trying to find my way around it but I am not getting it. What do I need to do to resolve the problem at hand.
Thanks,
Dapo Lawore
If you can make a single
If you can make a single request string to the content you want, you could just use session.downloadFile(), or if you make a scrape that navigates there, you could use http://community.screen-scraper.com/API/getContentAsString