Extracts the html of the page
Options:
Option | Required | Description | Example |
---|---|---|---|
fileName | true | (string) A name for the extracted html file. | page source |
Example 1: Extracts the html code of the page
{
"action": "get-html",
"options": {
"fileName": "page source"
}
}