06-03-2013, 08:51 AM
Here is one more piece of code and it will surely work ,I have tried on IE7,IE8,IE9.There is only one change from the above code i have added the Webelement Class as ar9.* and index:=1.I hope this will help.
Code:
Browser("micclass:=Browser","name:=Your.*").page("Title:=.*").webelement("class:=ar9.*","index:=1").Highlight
Browser("micclass:=Browser","name:=Your.*").page("Title:=.*").webelement("class:=ar9.*","index:=1").click
Set WShell = CreateObject("WScript.Shell")
WShell.AppActivate "Browser"
WShell.sendkeys("{ENTER}")
Set WShell = Nothing