← Back to team overview

sikuli-driver team mailing list archive

[Question #284553]: Key.RIGHT command is not executed by sikuli

 

New question #284553 on Sikuli:
https://answers.launchpad.net/sikuli/+question/284553

Hi ,

Am kiran.

while working on game automation in following code from line-1 to line-7 code works but from line--8 onwards code doesn't work.

After this code executed, checked logs too, didn't found any errors.

In the following code, after line-6 game settings screen changes.  Please help me with this soon


1:     sleep(6)

2:    type(Key.ESC)
3:     sleep(2)

4:    type(Key.DOWN)
5:     sleep(2)

6:    type(Key.ENTER)
7:    sleep(2)

8.     type(Key.RIGHT)
9:     sleep(2)

10.     type(Key.RIGHT)
11:     sleep(2)




Thanks
Kiran






-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.