Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-20 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 masuo posted a new comment: I think you have read the following page. For just in case . http://sikulix-2014.readthedocs.org/en/latest/index.html -- You received this question notification because your team

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-20 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: Thanks a ton sir. It did work. still i would like to know the where can i read the new functions like mouseMove , mouseDown is there any documentation describing all the funct

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-19 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Status: Answered => Solved Dwarika confirmed that the question is solved: thanks for the info. wil try. can you please help me to understand what is mouseDown and mouseup -- You received this question

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-19 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 masuo proposed the following answer: I think that you are using click() now. [for example:] click("image.png") If not go well at present. Let's try the same thing in a different way . [for example:] mouseMov

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-19 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: did not get you. can you please explain -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-19 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 masuo proposed the following answer: How about to use mouseMove() and mouseDown() and mouseUp() intsted of click() . -- You received this question notification because your team Sikuli Drivers is an answe

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-19 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: facing the same inconsistent issue after adding wait also. Any workaround -- You received this question notification because your team Sikuli Drivers is an answer contact for S

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-19 Thread Eugene S
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Eugene S proposed the following answer: add wait time and see what happens. maybe it click too early, before the cursor is pointing on the correct object -- You received this question notification because y

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-19 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: why sikuli not clicking the object after finding it. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: issue is sikuli identify the object to click and move the cursior to the object but does not click it. Any idea why -- You received this question notification because your team

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Status: Needs information => Answered masuo proposed the following answer: Use Command Line Options, and recognize what error has occurred . To know the error is first . [Command Line Options:] -d 3

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread Dwarika
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Dwarika posted a new comment: intermittent in the sense. some times it clicks the object some times its not. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread masuo
Question #274647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/274647 Status: Open => Needs information masuo requested more information: Please explain what error has occurred . What does "intermittent problem" mean? -- You received this question notification because

[Sikuli-driver] [Question #274647]: command line execution failing

2015-11-18 Thread Dwarika
New question #274647 on Sikuli: https://answers.launchpad.net/sikuli/+question/274647 HI I have created 3 different sikuli script to execute one by one. When i run each of the script separately using Run button .its properly working with 100% accuracy. But when i trigger the script from co