07-04-2016, 07:08 PM
the text of the object can be changed try the below snippets
"window("text:=.*").window("text:=.*").winobject("nativeclass:=WindowsForms10.EDIT.*","window id=.*").type "8889"
///Note: i have used temporary soloution by adding (.*) as a regular expression..
"window("text:=.*").window("text:=.*").winobject("nativeclass:=WindowsForms10.EDIT.*","window id=.*").type "8889"
///Note: i have used temporary soloution by adding (.*) as a regular expression..