Close active tab Chorme
Moderators: Dorian (MJT support), JRL
Close active tab Chorme
I want to close the active tab in chrome...how I can do it?
-
- Newbie
- Posts: 19
- Joined: Mon Oct 14, 2019 6:23 am
Re: Close active tab Chorme
Ensure focus is set on the Chrome window then press CTRL+F4 to close a single tab.
Re: Close active tab Chorme
How can you focus on certain chrome tab? What is the code for F4?
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Close active tab Chorme
Grov makes a good point, the manual should be considered your "Macro Scheduler Bible". However, knowing where to start always helps, as there's a lot of information in there.
I suggest reading up on Press.
So, if I had Bing open in Chrome and just wanted to close that tab, I'd do this :
I suggest reading up on Press.
So, if I had Bing open in Chrome and just wanted to close that tab, I'd do this :
Code: Select all
setfocus>Bing*
press ctrl
press f4
release ctrl
Yes, we have a Custom Scripting Service. Message me or go here
Re: Close active tab Chorme
The problem I have with Tabs is that many times they change the name because they report something like the amount of pending messages and sometimes they change the favicom
I use the online help and try to understand, so I am in the group of beginners.
I already resolved to close the tab.
Thanks a lot
I use the online help and try to understand, so I am in the group of beginners.
I already resolved to close the tab.
Thanks a lot