sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24670
Re: [Question #245286]: Sikuli radio button with associated text
Question #245286 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245286
Eugene S posted a new comment:
Couple of mistakes I've made:
Instead of line:
regionYes = yestext.left()
Should be:
regionYes = find("yestext.png").left()
Instead:
if region.exists("checkedButton.png"):
It should be:
if regionYes.exists("checkedButton.png"):
Hope there are no more errrors like these. Anyway, if there are, let me know.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.