Gets the title of the page

Options:

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

Example 1: Gets the title of the page

{
  "action": "get-title",
  "options": {
    "variableName": "page title"   
  }
}