Extracts the html of the page

Options:

OptionRequiredDescriptionExample
fileNametrue(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"   
  }
}