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" );