sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37614
[Bug 1569721] [NEW] [1.1.0] Mouse.move(x, y): seems to block subsequent usage of Region.click()
Public bug reported:
I'm using Sikuli V1.1 with Java 1.7. (I'm calling the Sikuli Java SDK)
I just added a little code to move the mouse and "click" ( Mouse.down())
followed by Mouse.up() ) to select an item from a combo box. It seems
to work fine however the next operation presses the submit button with a
{region}.click() operation and that hangs. It never returns.
Thanks,
Spence
** Affects: sikuli
Importance: High
Assignee: RaiMan (raimund-hocke)
Status: In Progress
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1569721
Title:
[1.1.0] Mouse.move(x, y): seems to block subsequent usage of
Region.click()
Status in Sikuli:
In Progress
Bug description:
I'm using Sikuli V1.1 with Java 1.7. (I'm calling the Sikuli Java SDK)
I just added a little code to move the mouse and "click" (
Mouse.down()) followed by Mouse.up() ) to select an item from a combo
box. It seems to work fine however the next operation presses the
submit button with a {region}.click() operation and that hangs. It
never returns.
Thanks,
Spence
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1569721/+subscriptions
Follow ups