Gets the URL of the page

Options:

OptionRequiredDescriptionExample
variableNametrue(string) A name to store the fetched URL in.page URL

Example 1: Gets the URL of the page

{
  "action": "get-url",
  "options": {
    "variableName": "page URL"   
  }
}