Home
last modified time | relevance | path

Searched refs:roby (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/bean/qa/complex/bean/
H A DOOoBeanTest.java442 Robot roby = new Robot(); in test6() local
443 roby.keyPress(KeyEvent.VK_H); in test6()
444 roby.keyRelease(KeyEvent.VK_H); in test6()
536 Robot roby = new Robot(); in test6a() local
537 roby.mouseMove(300, 200); in test6a()
538 roby.waitForIdle(); in test6a()
539 roby.mousePress(InputEvent.BUTTON1_MASK); in test6a()
540 roby.waitForIdle(); in test6a()
541 roby.mouseRelease(InputEvent.BUTTON1_MASK); in test6a()
542 roby.waitForIdle(); in test6a()
[all …]