Re: [Sikuli-driver] [Question #680187]: if exists/find statement not working properly

2019-04-11 Thread Q17
Question #680187 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680187 Status: Open => Solved Q17 confirmed that the question is solved: Issue resolved -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #680187]: if exists/find statement not working properly

2019-04-11 Thread Q17
New question #680187 on Sikuli: https://answers.launchpad.net/sikuli/+question/680187 Hi, I have the following code but when the image does not appear on the screen the press enter step still get triggered. Can you please tell me why is doing this? if exists(image.ChangePassword):

Re: [Sikuli-driver] [Question #670310]: Sikuli xlwt write data to spreadsheet

2018-06-19 Thread Q17
Question #670310 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670310 Status: Open => Solved Q17 confirmed that the question is solved: Problem solved. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #670310]: Sikuli xlwt write data to spreadsheet

2018-06-19 Thread Q17
New question #670310 on Sikuli: https://answers.launchpad.net/sikuli/+question/670310 Hi, I noticed xlwt does not write data to an spreadsheet that already has data inside. Can someone tell me how to work around this? I want to copy some data from an application then write to the spreadsheet. I

Re: [Sikuli-driver] [Question #662558]: Fatal Error Message Box

2018-01-11 Thread Q17
Question #662558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662558 Status: Answered => Solved Q17 confirmed that the question is solved: Thanks RaiMan, I have tried runsikulix.cmd instead and no more error. -- You received this question notification because y

[Sikuli-driver] [Question #662558]: Fatal Error Message Box

2018-01-04 Thread Q17
New question #662558 on Sikuli: https://answers.launchpad.net/sikuli/+question/662558 I'm running my test via Jenkins but whenever finish running the test and passed the Sikuli Fatal Error Message Box appears: Fatal Error System.out is broken(console output)! You will not see any messages anymor

Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Status: Answered => Solved Q17 confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Q17 posted a new comment: Ok thanks I will try find method. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Description changed to: Hi, I have used the code below to verify if the image of a popup exists or not but it failed and it does not say why: def testA(self): click(image1) wait(1)

Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Q17 posted a new comment: Sorry it should be: File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA assert exists(PopUpImage) -- You received this question notificati

Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Q17 posted a new comment: Sorry it should be: File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA assert exists(PopUpImage) -- You received this question notificati

Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Description changed to: Hi, I have used the code below to verify if the image of a popup exists or not but it failed and it does not say why: def testA(self): click(image1) wait(1)

Re: [Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Description changed to: Hi, I have used the code below to verify if the image of a popup exists or not but it failed and it does not say why: def testA(self): click(image1) wait(1)

[Sikuli-driver] [Question #660171]: Unit testing - Assert Popup Message Box

2017-10-31 Thread Q17
New question #660171 on Sikuli: https://answers.launchpad.net/sikuli/+question/660171 Hi, I have used the code below to verify if the image of the popup exists or not but it failed and it does not say why: def testA(self): click(image1) wait(1) assert exists(PopUpImage)