Is it possible to open a local HTML file with headless Chrome using Puppeteer (without a web server)? I could only get it to work against a local server.
I found
Navigation to local files only works if you also pass a referer of file://, otherwise security restrictions prevent this from succeeding.
file://