sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47045
[Bug 1768334] [NEW] 1.1.2 find does not work with spatial operator
Public bug reported:
Using find like below does not work:
dungeonAll = find("1524149669806.png").below().find("1524135047995.png")
But in case I use findAll, all is fine:
dungeonAll = find("1524149669806.png").below().findAll("1524135047995.png")
If I highlight the region found by find("1524149669806.png").below(), I
can clearly see the second image pattern inside the selected region.
Pls see attachment:
You can see on the right the code with workaround for this issue, and on the left the app I'm automating
Thank you!
** Affects: sikuli
Importance: Undecided
Status: New
** Tags: 1.1.2 win64
** Attachment added: "Screen to reproduce"
https://bugs.launchpad.net/bugs/1768334/+attachment/5131622/+files/Repro.PNG
** Summary changed:
- find does not work with spatial operator
+ 1.1.2 find does not work with spatial operator
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1768334
Title:
1.1.2 find does not work with spatial operator
Status in Sikuli:
New
Bug description:
Using find like below does not work:
dungeonAll = find("1524149669806.png").below().find("1524135047995.png")
But in case I use findAll, all is fine:
dungeonAll = find("1524149669806.png").below().findAll("1524135047995.png")
If I highlight the region found by find("1524149669806.png").below(),
I can clearly see the second image pattern inside the selected region.
Pls see attachment:
You can see on the right the code with workaround for this issue, and on the left the app I'm automating
Thank you!
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1768334/+subscriptions
Follow ups