scrapeString
boolean session.scrapeString ( String scrapeableFileName, String content ) (professional and enterprise editions only)
Description
Invokes a scrapeable file using a string of content instead of a web page or local file.
Parameters
- scrapeableFileName The scrapeable file to be invoked.
- content The content to load.
Return Values
None
Change Log
Version | Description |
---|---|
5.5.13a | Available in all editions. |
Examples
Invoke a scrapeable file using a string
content = session.getv( "PARTIAL_PAGE_CONTENT" );
session.scrapeString( "My Scrapeable File", content );
session.scrapeString( "My Scrapeable File", content );
todd on 03/08/2012 at 3:13 pm
- Printer-friendly version
- Login or register to post comments