Perform SilkTest actions on an Eclipse that's always already open?

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2012-11-16T15:42:48Z Indexed on 2012/11/16 23:00 UTC
Read the original article Hit count: 136

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse