getName

session.getName()
Description
Gets the name of the current scraping session.
Example
// Outputs the name of the scraping session to the log.
session.log( "Current scraping session: " + session.getName() );