开发者

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

开发者 https://www.devze.com 2023-01-04 16:08 出处:网络
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

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 t开发者_开发技巧o 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

0

精彩评论

暂无评论...
验证码 换一张
取 消