← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #661057]: Hi I am getting the below error when sikulix is used in eclipse

 

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

    Status: Open => Answered

Manfred Hampl proposed the following answer:
There is nothing to resolve.

You have a "capture.png" image, and try to find whether a similar image is shown on the screen and click on it.
With a plain "*.click()" instruction you will receive the error message "FindFailed", if such image is not shown on the screen. This is expected behavior.

Some more details are available in the documentation, e.g.
http://sikulix-2014.readthedocs.io/en/latest/region.html

What do you want to achieve?
You should always take into account the possibility, that the image (button etc.) which you want to click is not shown on screen.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.