logVariables

session.logVariables() (professional and enterprise editions only)

When the session.logVariables() method is called the current session variables will be output to the log. Also, if screen-scraper is running in server mode and session.breakpoint() is called the session.logVariables() method is invoked instead.

Description
Causes all current session variables to be output to the log.
Example
// Causes the variables to be output.
session.logVariables();