← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #252512]: How to use regions properly

 

Question #252512 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252512

RaiMan posted a new comment:
      customerlist = ("buyitem-2.png","dungeonquester.png","questgiver.png")
        if customer.exists(customerlist):
 
should not work, because exists() does not accept a list of images (supposing customer is a region).

… or do you have a class, that has a function exists, that in turn
accepts a list of images to search?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.