Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox ACC current tab
#2
Macro Macro1867
Code:
Copy      Help
int w=win("Firefox" "Mozilla*WindowClass" "" 0x804)
act w

;get current tab name
Acc a.Find(w "DOCUMENT" "" "" 0x3000 2)
str tabName=a.Name

;next tab
key CT
1

;return to the tabName tab
Acc a1.Find(w "PAGETAB" tabName "" 0x1005)
a1.DoDefaultAction


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)