sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22031
Re: [Question #238043]: SHIFT+SPACE+UP
Question #238043 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/238043
Status: Answered => Open
Olena is still having a problem:
hello RaiMan
thanks for quick reply!
still no success with keyDown function :(
1. I do set focus on table cell before any actions
2. I tried to simplify and even the following does not work right:
click (image of cell here)
wait (0.5)
keyDown(Key.SHIFT)
for i in range(3):
wait(0.5)
type(Key.UP)
wait(0.5)
....
keyUp(Key.SHIFT)
Must be: 4 cells should be highlighted (3 more cells to the up from the current cursor focus) as the result
Right now: cursor focus walks three cells up and stops without highlight effect
RaiMan any more ideas maybe?
waiting for 1.1.0 - what you wrote above looks nice :)
Thanks in advance!
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.