sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50663
Re: [Question #678626]: Switching off all currently active highlighting
Question #678626 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678626
RaiMan proposed the following answer:
As already guessed: True/False as parameter to a Java API function are
given as Integer 1 and 0.
So I had to revise the API accordingly:
--- for the individual highlight
highlightOn()
highlightOff()
--- for all highlights
highlightAllOff()
I will revise the docs.
Testing appreciated.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.