getName

scrapeableFile.getName()
Description
Gets the name of the current scrapeable file.
Example
// Outputs the name of the scrapeable file to the log.

session.log( "Current scrapeable file: " + scrapeableFile.getName() );