Hello,
Is it possible to open a popup from a Session Startup script? When I try, I get the error message stating:
Error running session.onStartup(session): … No perspective page attached to this thread.
I checked if a page exists during the run of the startup script:
logger.info('page id ' + str(session.getPage(session.props.id)))
Which returns None:
![]()
Is there a work around to this? Thank you.