Two ToolbarWindow32 objects are found on the same page, the following code are execauted, but I cound not grab the top of Tool Bar menu.
For i = 1 To 40 Step 1
Browser("creationtime:=1").WinToolbar("regexpwndclass:=ToolbarWindow32","text:=","window id:=0","index:=" & i).highlight
Next
How to handle this issue?
Thanks,