ReportManager
Report Manager to handle sessions.
Syntax
rep_man=ReportManager()
Arguments
- activeSession
- Get the active report session.
- getAllSessionNames()
- Get a list of all report sessions.
Example
for reportSession in rm.getAllSessionNames():
print(reportSession)