07-24-2008, 02:14 PM
Hi,
you must use descriptive programming, without using object repository.
With object spy you discover unique properties of WpfButton and you arrive to write something similar to:
you must use descriptive programming, without using object repository.
With object spy you discover unique properties of WpfButton and you arrive to write something similar to:
Code:
If WpfWindow("Window Name").WpfButton("property_xyz:=xyz").Exist ...