Navigation
html
Get the full HTML source of the current page (outerHTML). Truncated at 1 MB.
Usage
$ cdpilot htmlExamples
Print the HTML source of the active page
$ npx cdpilot htmlSave the HTML to a file
$ npx cdpilot html > page.htmlGet the full HTML source of the current page (outerHTML). Truncated at 1 MB.
$ cdpilot htmlPrint the HTML source of the active page
$ npx cdpilot htmlSave the HTML to a file
$ npx cdpilot html > page.html