scrapeFile
void session.scrapeFile ( String scrapeableFileIdentifier )
Description
Manually scrape a scrapeable file.
Parameters
- scrapeableFileIdentifier Name of the scrapeable file, as a string.
Return Values
Returns void. If there is a problem accessing the scrapeable file an message will be written to the log.
Change Log
Version | Description |
---|---|
4.5 | Available for all editions. |
Examples
Scrape File Manually
// Causes the scrapeable file "Login" to be requested.
session.scrapeFile( "Login" );
session.scrapeFile( "Login" );
scraper on 07/16/2010 at 4:55 pm
- Printer-friendly version
- Login or register to post comments