← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #241330]: Can Sikuli Logs show image name instead of screen co-ordinates

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
simply no.

click() finally clicks on a point on the screen, that is evaluated based on the given parameter.
If it is an image, internally a find() is done first.

Just make your own static helper class containing some helper functions
that do this for you.

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