← Back to team overview

sikuli-driver team mailing list archive

[Bug 1768334] Re: [1.1.4] find does not work with spatial operator

 

** Summary changed:

- 1.1.2 find does not work with spatial operator
+ [1.1.4] find does not work with spatial operator

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.4

-- 
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