TRoper
13 years agoOccasional Contributor
Can I use a regular expression for the index of a window?
Hi All,
I would like to know how to use a regular express, for
example “.*” to define the index of a window opened in my application.
Every time this window is opened, the index of the window is
incremented, making TestComplete unable to identify it after the first time the
window is opened. If I stop and restart
the application then open the window, the index is reset back to 1 and TestComplete
can identify the window. Nothing else
about the window changes. I don’t care
what the index is, there can only be one instance of the window open at a
time. I just need to be able to fill in
some information on the window.
Thank You
Steve