Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-30 Thread Launchpad Janitor
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-14 Thread Abhi
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Needs information => Open Abhi gave more information on the question: if model which is drawn by SikuliX is not similar to the model screenshot then it saves that model to error folder and close

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-14 Thread Manfred Hampl
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Open => Needs information Manfred Hampl requested more information: The python instruction "assert False" aborts processing by generating an "AssertionError" message. So what you see is exactly

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-14 Thread Abhi
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Answered => Open Abhi is still having a problem: #If correct result(Molde)is not found on the screen, assert failure if not rgn.exists(Sikuli.Pattern(Model).similar(0.99)): #Captures the

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-13 Thread RaiMan
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Open => Answered RaiMan proposed the following answer: This is how assert works: assert if evaluates to False (which is always the case in your situation), then an assertion Error is thrown.

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-13 Thread Abhi
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Needs information => Open Abhi gave more information on the question: Yes My Testing finished but finally it shows "AssertionError" because for a condition i wrote "assert False", but dont

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-12 Thread masuo
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Open => Needs information masuo requested more information: Do you mean that Already you get "AssertionError"? What is different from your expected? -- You received this question notification

[Sikuli-driver] [Question #643548]: AssertionError

2017-06-12 Thread Abhi
New question #643548 on Sikuli: https://answers.launchpad.net/sikuli/+question/643548 I got "AssertionError" because as per my code , if condition is not satisfied test will fail and I wrote in code "assert False", so it gives error at this line. Kindly help me, it will be so helpful !!! --