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