Re: [Sikuli-driver] [Question #683861]: r.hover() doesn't work

2019-09-11 Thread groszexxx
Question #683861 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683861 Status: Open => Solved groszexxx confirmed that the question is solved: It is funy when i spend many hours on resolve this and after publication this i got revelation. Loop for in 99% star

Re: [Sikuli-driver] [Question #683861]: r.hover() doesn't work

2019-09-11 Thread groszexxx
Question #683861 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683861 Description changed to: Hello. I am beginer and i have problem with r.hover(). Here i am pasting code when all works fine: r = selectRegion() wait(2) r.hover() mouseDown(Button.LEFT) wait(0.1)

[Sikuli-driver] [Question #683861]: r.hover() doesn't work

2019-09-11 Thread groszexxx
New question #683861 on Sikuli: https://answers.launchpad.net/sikuli/+question/683861 Hello. I am beginer and i have problem with r.hover(). Here i am pasting code when all works fine: r = selectRegion() wait(2) r.hover() mouseDown(Button.LEFT) wait(0.1) mouseUp(Button.LEFT) print("done")