12-16-2010, 12:50 PM
Hi,
In oder to Enter/Type the value in WebEdit
This should work...Try out
Akhila
In oder to Enter/Type the value in WebEdit
Code:
If Browser("BrowserName").Page("PageName").WebEdit("WebEditName").Exist Then
Browser("BrowserName").Page("PageName").WebEdit("WebEditName").Click
Set WshShell = CreateObject("WScript.Shell")
wait 2
WshShell.SendKeys "Abcd"
Akhila