Perform SilkTest actions on an Eclipse that's always already open?
- by Tom
I want to be able to recognize the Eclipse window, which is always already open, so I won't ever need to open it with SilkTest. Is there a way that I can set the base state to be a window that's always going to be open? It seems the way to set the base state also designates the executable for it to open. The executable won't necessarily always be in the same location, and it would be a pain to configure that.
Is this possible?
I've already tried desktop.<Window>find("//Window[@caption='Java EE*']");, which doesn't work.