06-19-2012, 05:13 PM
Hi,
Use the below code for reference, it might help u
Regards,
Sankalp
Use the below code for reference, it might help u
Code:
Set WshShell = CreateObject("WScript.Shell")
wait (1)
WshShell.SendKeys "te"
wait(1)
Set WshShell = Nothing
wait 4
Browser("").Page("").Frame("").WebElement("innertext:=test","index:=1").Click
Regards,
Sankalp