Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox code for Chrome/IE
#18
Also try this.

Macro Macro2513
Code:
Copy      Help
out

int w=win("" "Chrome_WidgetWin_1")
Acc aPTL.Find(w "PAGETABLIST" "" "" 0x1084)
int i nTabs=aPTL.ChildCount-1
spe 10
act w
rep nTabs
,Acc aAB.Find(w "DOCUMENT" "" "" 0x3000 3)
,str name url
,name=aAB.Name
,url=aAB.Value
,out F"name='{name}'[] url='{url}'"
,
,key CT ;;next tab


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)