sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12410
Re: [Question #205160]: search for a field and compare it on the web page
Question #205160 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/205160
Status: Open => Answered
RaiMan proposed the following answer:
version="SoftwareVers.png"
found=findAll("SoftwareVers.png")
if found:
msg="found,What now?"
If this is not a typo, then yes, this is a indent problem again (Sikuli
has told you already I guess ;-)
version="SoftwareVers.png"
found=exists(version)
if found:
msg="found,What now?"
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.