AutoIt with Firefox

前端 未结 6 1786
臣服心动
臣服心动 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:23

    I haven't touched AutoIt in years, but IIRC it will be:

    setMousePos(x, y)    // tab position
    click("left")
    

提交回复
热议问题