vladocar/screenshoteer

Allow local paths

ISNIT0 opened this issue · 3 comments

Would love to be able to do:

screenshoteer --url=./test-output.html

You can, just:
screenshoteer --url file:///Users/../index.html

First open the html file in the browser then copy paste the url path from the browser.

Ahh, so it needs to be an absolute path then?

Yes, file:/// plus absolute path.