Save Session

The Save Session action saves a browser session. To transfer a session between robots, the variable containing the session can be stored in a database and restored by other robots reading it from the database. If you have a solution utilizing Kofax RPA API, you can have the session as an output from the robot and then use it as an input for another robot.

By default the complete browser state is saved. If this requires too much space, a partial state can be saved consisting of the page, the page URL and the associated cookies and authentications.

The session is stored in a variable and can be later restored by another robot run using the Restore Session action.

Properties

The Save Session action can be configured using the following properties:

Save Where
Variable

Select a Session Variable.

Note The Session Pool option has been removed from the step. If an old robot with the Session Pool option is opened, a warning with a tooltip is displayed.
Save Complete Browser State

Choose whether to save the complete browser state, or only a partial state consisting of the page, the page URL and the associated cookies and authentications.