views:

38

answers:

1

Okay, here's my problem: I'm using WatiN to navigate a website, but then a java applet pops up in a separate window. Ideally, I'd like to automate that window (list box selections, key presses and the like) with something like the equivalent of NUnitForms or something... can someone give me a suggestion on how to do it? Note that I don't have the applet's source code, it's 3rd-party.

+1  A: 

http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Robot.html

Romain Hippeau
This is nice, but I need something to the tune of being able to pick items from list programmatically, stuff like that.
Dmitri Nesteruk