abiyani / automate-save-page-as

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

i wonder if you could help with "Tab" key #9

Closed normukhamedov closed 8 years ago

normukhamedov commented 8 years ago

when i send several Tab keys after page is loaded - it works ok. But my enter key does not work.... Anything i am missing? thanks

abiyani commented 8 years ago

I am not sure what do you mean by sending "Tab key" ? The script is completely automated (you don't need to press any key after running it), but you won't really be able to use your computer (at least the same X windows session) for anything else while it's running.

normukhamedov commented 8 years ago

When script loads the page I send tab Key within the script everything is automatic no manual interactions . But enter key doesn't work after that. This only case with Chrome browser and not Firefox. Thanks

Sent via the Samsung GALAXY S®4, an AT&T 4G LTE smartphone

-------- Original message -------- From: Anurag Biyani notifications@github.com Date: 10/22/2015 5:33 PM (GMT-07:00) To: abiyani/automate-save-page-as automate-save-page-as@noreply.github.com Cc: normukhamedov a_aleksander@hotmail.com Subject: Re: [automate-save-page-as] i wonder if you could help with "Tab" key (#9)

I am not sure what do you mean by sending "Tab key" ? The script is completely automated (you don't need to press any key after running it), but you won't really be able to use your computer (at least the same X windows session) for anything else while it's running.


Reply to this email directly or view it on GitHub: https://github.com/abiyani/automate-save-page-as/issues/9#issuecomment-150395258

normukhamedov commented 8 years ago

Hi Abiyani, basically "xdotool key Tab Tab Tab Return" works with Firefox but not with chrome. Tabs work fine for both but Return works only in Firefox. Is there a different way in chrome to send Return command in chrome.....? Could you please try this yourself? that would be highly appreciated..... Thanks

abiyani commented 8 years ago

The script doesn't use "Tab" key anywhere. If it is an xdotool specific question, you can try asking on their mailing list. My hunch is that Return is probably not what you expect, and you instead need KP_Enter or something else (https://groups.google.com/forum/#!topic/xdotool-users/oV40iJbLfJ8).