bloodycritic
12 years agoNew Contributor
Regular Expression for a mulitple instance
I am automating a windows application which has multiple instance problem so the object property always have a dynamic identifier
Sys.Process("CANARA_EXPORT", 4).WinFormsObject("Frmlogin").WinFormsObject("GroupBox1").WinFormsObject("Label1")
("CANARA_EXPORT",4) is dynamic
it changes to ("CANARA_EXPORT",5) or any other no.
Pls get me a regular expression code or syntax for this issue
Sys.Process("CANARA_EXPORT", 4).WinFormsObject("Frmlogin").WinFormsObject("GroupBox1").WinFormsObject("Label1")
("CANARA_EXPORT",4) is dynamic
it changes to ("CANARA_EXPORT",5) or any other no.
Pls get me a regular expression code or syntax for this issue