abiyani / automate-save-page-as

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

sync flag did not work #7

Closed normukhamedov closed 9 years ago

normukhamedov commented 9 years ago

what is that sync option here browser_wid="$(xdotool search --sync --onlyvisible --class "${browser}" | head -n 1)"? it just never worked with that option. Is it important? Please explain.

thanks for the nice tool.

abiyani commented 9 years ago

This is most likely because you are using an outdated version of the xdotool. You can either upgrade it, or try removing --sync (it's not essential to script's functioning).