Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
activating tabs within Chrome
#14
I use window 8.1 and I could find the "PageTab" in Chrome.
You have to put the class name in the Find statement like this:
Macro Macro10
Code:
Copy      Help
str s=
;*activating tabs within chrome

int w=win("Google Chrome" "Chrome_WidgetWin_1")
str Tab_Name
foreach Tab_Name s
,Acc a.Find(w "PAGETAB" Tab_Name "class=Chrome_WidgetWin_1" 0x1005)
,a.DoDefaultAction


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)