abiyani / automate-save-page-as

Automate browser's "Save Page As" operation
Apache License 2.0
167 stars 50 forks source link

Feature request: support for headless use? #14

Closed dhowe closed 6 years ago

abiyani commented 6 years ago

What does this feature request mean ? Do you mean using headless chrome in the tool ?

dhowe commented 6 years ago

Yes, if possible (or any headless browser really), so that we might use it without a windowing session

abiyani commented 6 years ago

If you are using headless mode, then you don't really need this tool (you can already automate saving the page, etc). This tool is specifically meant for X-window session and relies on xdotool to send specific key stroke to Browser window.

PS: This tool actually predates headless chrome - if that existed, then I probably wouldn't have wrote this.