How To Press Enter On All Open Google Chrome Tabs At Once?

ASAP636

Newbie
Joined
Mar 18, 2021
Messages
46
Reaction score
13
Hello,

can someone please recommend an extension or provide a script to automatically press enter on all open Google Chrome or Firefox Tabs all at once and at the exact same time after the to be opened button has been manually highlighted / selected via the the tab key on the keyboard? I am thankful for every tip. :)

Kind Regards
 
So I found this command but do not know how to execute it and change it to a Chrome or Firefox Command.
Thankful for help! :)

tell application "Safari"
repeat with t in tabs of windows
do JavaScript "document.getElementsByClassName('submitButton')[7].click();" in t
end repeat
end tell
 
There is no such extension available but you can try Imacros to automate browser activity.
 
There is no such extension available but you can try Imacros to automate browser activity.
Thanks so much for the great tip! :) I was thinking about Imacros and actually have it installed but would need to trigger the automation per tab, which would not allow me to press the button on all tabs all at once / at the same time.
 
mouse recorder pro 2 and run it on a vps, record your mouse movements into a script and run? easy solution for the very basics of the basics if you need.
 
Create a Firefox add-on
That would be great and I guess the only solution. Anyone for hire?

mouse recorder pro 2 and run it on a vps, record your mouse movements into a script and run? easy solution for the very basics of the basics if you need.
I appreciate the tip, thank you, but I need the buttons to be pressed / the script to run on all tabs at the very same time. With mouse recorder or iMacros I would still need to initiate the script on each tab individually which would not allow me to press the button on all tabs at the very same time.
 
Any Python or Powershell expert can do this in minutes.
It would really be 5-10 lines of code. Wait for an expert to read this post :p
 
Back
Top