So for all you test automaters who have to automate tests which use other than (or in addition to) web browsers (for example, Java windows, etc), which cannot be accessed via Selenium: What tools(s) do you use? Say, for instance, you need to click an OK on a java swing object, or fill in a text box. (The example picture is just an example to give the idea of what I mean. I am not trying to automate connecting to the VPN). We would most likely be interfacing to it with java.
