Skip to main content

Get Storage Item

Description

Use this process to get value from local storage, session storage, and webpage cookies.

Properties

Input

  • Storage Type - Specify the type of storage to get the value. You have the following options.
Storage TypeDescription
Local StorageGets the browser's local storage key value.
Session StorageGets the browser's session storage key value.
CookiesGets the Key value from the browser cookies storage.
  • Key – Specify the Key to get the value.
  • Web Page – Specify the webpage object of the currently opened web page.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the activity throws an error. If True, the activity continues without throwing any exceptions. If False, the activity throws an exception. The default value is False.
    note

    Catches no error if this activity is present inside the Try-Catch block and the value of this property is True.

  • Timeout – An Argument of type Timespan Specifies the activity's waiting time to run before an error occurs and aborts the workflow. By default, the Timeout value is 10 minutes.

Output

  • Value – The value of specified Key. If the Key is not specified, it gets all the items as a dictionary. The value(s) will be URL decoded.

Example

Download Example

Get Storage Item