125126127128129130131132133134135
mouse.moveTo("toolWindowManager.bar.LEFT", 10, 80); interactiveUI.delay(500); mouse.release(); assertor.askForConfirm("Is behaviuor correct?"); } } static class SlidingTypeInteractiveTest extends MyDoggyInteractiveTest {
183184185186187188189190191192
mouse.moveTo(wLocation.x, wLocation.y); mouse.release(); interactiveUI.delay(1000); assertor.askForConfirm("Is behaviuor correct?"); } } }