Gets the title of the page
Options:
Option | Required | Description | Example |
---|---|---|---|
variableName | true | (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"
}
}