Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want AutoIt to activate a particular tab in Firefox. How can this be done?

Tags:

firefox

autoit

I have several tabs open in Firefox. I want AutoIt to activate a particular tab in Firefox. How can this be done?

like image 307
neuromancer Avatar asked Jun 02 '10 00:06

neuromancer


1 Answers

Give the whole browser window focus, then use the send command to repeatedly send it cntl-tab until the window's title is the name of the tab you want (with - Mozilla Firefox at the end).

like image 79
Jeanne Pindar Avatar answered Nov 15 '22 03:11

Jeanne Pindar