getName
String runnableScrapingSession.getName ( ) (professional and enterprise editions only)
Description
Retrieve the name of the scraping session in the runnableScrapingSession.
Parameters
This method does not receive any parameters.
Return Values
Returns a string with the name of the scraping session.
Change Log
Version | Description |
---|---|
4.5 | Available for professional and enterprise editions. |
Examples
Retrieve Scrape Name
runnableScrapingSession = new com.screenscraper.scraper.RunnableScrapingSession( "My Session" );
// Stores the name of the scraping session in the variable sessionName.
sessionName = runnableScrapingSession.getName();
// Stores the name of the scraping session in the variable sessionName.
sessionName = runnableScrapingSession.getName();
scraper on 07/16/2010 at 4:57 pm
- Printer-friendly version
- Login or register to post comments