08-04-2010, 09:01 PM
I resolved the issue for some reason I had to use descriptive programing on the object in order for send keys to work. Used the following code
Code:
Set WshShell = CreateObject("WScript.Shell")
Browser("title:=General Information").Page("title:=General Information").PSFrame("title:=Contract Header").WebEdit("name:=ASSIGN").Click
WshShell.SendKeys("E")
Set WshShell = Nothing