How can i go in chrome to a specific tab?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
John1
Posts: 236
Joined: 11 May 2020, 11:54

How can i go in chrome to a specific tab?

Post by John1 » 17 Oct 2020, 08:44

Hello,

How can i go in chrome to a specific tab?
for example to:

Code: Select all

1 YT Gmails.xlsx - Microsoft Excel Online - Google Chrome ahk_exe chrome.exe

Thank you!

User avatar
boiler
Posts: 16931
Joined: 21 Dec 2014, 02:44

Re: How can i go in chrome to a specific tab?

Post by boiler » 17 Oct 2020, 09:30

After activating the Chrome window, switch tabs by sending ^{Tab} and check the title of the Chrome window. Repeat until the title matches what it is when the appropriate tab is selected.

John1
Posts: 236
Joined: 11 May 2020, 11:54

Re: How can i go in chrome to a specific tab?

Post by John1 » 17 Oct 2020, 10:04

@boiler

Good idea! Thank you!

malcev
Posts: 1769
Joined: 12 Aug 2014, 12:37

Re: How can i go in chrome to a specific tab?

Post by malcev » 17 Oct 2020, 10:19

It can be done with iaccessible help.

Post Reply

Return to “Ask for Help (v1)”