getName

runnableScrapingSession.getName()
Description
Returns the name of the scraping session.
Example
// Stores the name of the scraping session in the variable sessionName.

sessionName = myScrapingSession.getName();