← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #690954]: findText("string") not working with Sikulixapi 2.0.4

 

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

    Status: Open => Answered

masuo proposed the following answer:
image find API was revised in version 2.0.2
There is an answer for your question.

https://sikulix-2014.readthedocs.io/en/latest/news.html#revision-of-the-image-find-api
The old behavior of find(someText) is now switched off in the standard, but can be switched on by intention (Settings.SwitchToText). But if switched on, the ImageMissing feature is not available. In doubt it is recommended, to change the function calls to their text equivalents, if text search is the intention.

https://sikulix-2014.readthedocs.io/en/latest/news.html#revision-of-the-
text-find-api

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