简体   繁体   中英

How to automate clicking in a 3rd-party Java applet?

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.

http://www.geeksforgeeks.org/robot-class-java-awt/

Here is a tutorial on using the Robot class

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM