cefHtmlSnapshot 0.8.101 release is now available on the cefHtmlSnapshot repository.
This version uses CEF 101.0.15 which includes Chromium 101.0.4951.54, and is recommended for production, as it fixes multiple zero-day issues being actively exploited.
Output formats of text type have been added, you can now output a plain text, HTML or console content snapshot.
- Output file with extension “.txt” will by default output the plain text of the snasphot, you can use the ‘–text console’ option to output the console log instead
- Output file with extension “.htm” will output the HTML of the snapshot
- A ‘–frame’ parameter allows to restrict the text export to a particular frame, if omitted, the main frame is used