sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52969
[Bug 1768334] Re: [1.1.4] find does not work with spatial operator
** Changed in: sikuli
Importance: High => Medium
** Changed in: sikuli
Milestone: 1.1.4 => 2.1.0
--
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.4] find does not work with spatial operator
Status in Sikuli:
In Progress
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
References