← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #244887]: Condition under if-elif is not working.

 

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

Atul Desai gave more information on the question:
Please ignore following code from previous comment

options = {1 : radioOption1,
                2 : radioOption2,
                3 : radioOption3,
                4 : radioOption4,
                5 : radioOption5,
}


and I am using below code to call FeedbackQuestion method in another script.


script1.FeedbackQuestion(script1.question1,1,5)
script1.FeedbackQuestion(script1.question2,6,10)
script1.FeedbackQuestion(script1.question3,6,10)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.