Forum Discussion

Madhi's avatar
Madhi
Contributor
15 years ago

Regular Expression for wndcaption.

My object full name looks like

Sys.Process("someting").WPFObject("HwndSource: Window", "Search Results For "&Chr(34)&"0.1.1"&Chr(34)).



I need to map this object.  Is there a way I can map the object with its full name property and add a regular expression in the place of "0.1.1" or any text appearing within quotes for that matter.  Or is there a way I can add some other property to map the object instead of fullname.



I highly appreciate any help...