sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01485
Re: [Question #146397]: How to chcek weather images exist in screen or not., how to declare match varibale in java
Question #146397 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/146397
RaiMan posted a new comment:
You say:
if (s.exist(img1)) returns object and if need a Boolean , java wont be able to convert match to Boolean.
Ok, this was too fluffy (my every day languages are more Ruby and Python
- apologize)
That should be Java:
if (null != s.exist(img1))
Feel free to come back every time or even contact me directly using my
mail at: https://launchpad.net/~raimund-hocke
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.