My application is a Siebel app. I am unable to set text using .set and also the below piece of code. pls help
Set ObjBroAdministration = Browser("brEPOSAdministration").Page("pgEPOSAdministration")
Set WshShell = CreateObject("WScript.Shell")
vname = "_id130:programid"
ObjBroAdministration.WebEdit("name:="&vname).click
WshShell.SendKeys("E4V4T7")
Set WshShell = Nothing
Wait 2
Attached screenshot ofthe object hierarchy