Is it possible to save the entire HTTP response as a file?
Is it possible to save the entire HTTP response returned by a scrape as a file? I don't see any session methods in the API that does this, but I could be overlooking something. Alternatively, is there some extraction pattern that would grab the whole response?
This one should do
This one should do it:
http://community.screen-scraper.com/API/getContentAsString
Thanks Jason!
Thanks Jason!