ReportManager

Report Manager to handle sessions.

Syntax

rep_man=ReportManager()

Arguments

activeSession
Get the active report session.
Type = string
activeSession = rep_man.activeSession
Set the active report session.
rep_man.activeSession = <ReportSessionName>
getAllSessionNames()
Get a list of all report sessions.
Type = method
sessionList = rep_man.getAllSessionNames()

Example

for reportSession in rm.getAllSessionNames():
    print(reportSession)