Hi,
Please try this:
Please try this:
Code:
Set WshShell = CreateObject("WScript.Shell")
wait (1)
WshShell.SendKeys "<your search sting>"
wait(1)
Set WshShell = Nothing
wait 4
Browser("").Page("").Frame("").WebElement("innertext:=test","index:=1").Click
wait 2