Re: [Sikuli-driver] [Question #618350]: Will scripts created under version 1.1.0 work under 1.1.1?

2017-04-13 Thread masuo
Question #618350 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/618350 Status: Open => Answered masuo proposed the following answer: In my experience, scripts created under version 1.1.0 work under 1.1.1. -- You received this question notification because your team

[Sikuli-driver] [Question #618350]: Will scripts created under version 1.1.0 work under 1.1.1?

2017-04-13 Thread starbaek
New question #618350 on Sikuli: https://answers.launchpad.net/sikuli/+question/618350 Hello, Will scripts created under version 1.1.0 work under 1.1.1? Thank you! starbaek -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #617040]: Set Execution Ordinal for Test Set via Command Line

2017-04-13 Thread Seumas MacRae
Question #617040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617040 Status: Needs information => Open Seumas MacRae gave more information on the question: Test Ordinal = set the order in which the test scripts should be run/executed. For example, the file structure

Re: [Sikuli-driver] [Question #617040]: Set Execution Ordinal for Test Set via Command Line

2017-04-13 Thread Mike
Question #617040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617040 Status: Open => Needs information Mike requested more information: Just for everybody's benefit, what do you mean by 'test ordinal' and what do you mean by' execution appears to happen by random

Re: [Sikuli-driver] [Question #617173]: Need to click a checkbox against select text, where text is changing frequently

2017-04-13 Thread Mike
Question #617173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617173 Mike posted a new comment: It seems you want to move through a list that can change its size. You can move using the arrow or tab keys, by moving a fixed offset or trying to locate some known visual

Re: [Sikuli-driver] [Question #617173]: Need to click a checkbox against select text, where text is changing frequently

2017-04-13 Thread Shadab Manzar
Question #617173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617173 Status: Answered => Open Shadab Manzar is still having a problem: No problem is i do not know latest one, as i have to login in UI, and then i will come to know 3 one is present or not its dynamic in

Re: [Sikuli-driver] [Question #617173]: Need to click a checkbox against select text, where text is changing frequently

2017-04-13 Thread masuo
Question #617173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617173 masuo proposed the following answer: I think that exists() feature is useful in this case. if exists("orange.png",0): click("orange.png") elif exists("mango.png",0): click("mango.png") elif

Re: [Sikuli-driver] [Question #617173]: Need to click a checkbox against select text, where text is changing frequently

2017-04-13 Thread masuo
Question #617173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617173 Status: Open => Answered masuo proposed the following answer: I think that exists() feature is useful in this case. if exists("orange.png",0): click("orange.png") elif exists("mango.png",0):

[Sikuli-driver] [Question #617173]: Need to click a checkbox against select text, where text is changing frequently

2017-04-13 Thread Shadab Manzar
New question #617173 on Sikuli: https://answers.launchpad.net/sikuli/+question/617173 Need to click a checkbox against select text, where text is changing frequently Run One, i have only on option to select, i have to select apple checkbox Apple Run Two, I have two on option to select, i have