AutoIt with Firefox

前端 未结 6 1787
臣服心动
臣服心动 2021-02-04 19:58

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

6条回答
  •  悲&欢浪女
    2021-02-04 20:21

    As Copas said, use FF.au3. Function _FFTabSetSelected($regex,"label") will select first tab with name matching given $regex.

提交回复
热议问题