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 Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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):
type(Key.ENTER)
else:
click(image.Menu)

Thanks

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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. It 
works if the spreadsheet is blank but it will throw this error if the 
spreadsheet is not empty:

 [error] AttributeError ( 'Sheet' object has no attribute 'row_len' )


 Thanks



-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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 anymore!
Save your work and restart the IDE!


If I ran the test from Sikuli I do not see this error. 

Can someone tell me why this is happening? 

Thanks

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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) 
assert exists(PopUpImage)

Result - 
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(PopUpImage)

Can someone please tell me why does not recognize the popup?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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) 
assert exists(PopUpImage)

Result - 
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(images2)

Can someone please tell me why does not recognize the popup?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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) 
assert exists(PopUpImage)

Result - 
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(images2)

Can someone please tell me why does it not recognize the popup?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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)

Result - 
File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA
assert exists(images2)

Can someone please tell me why does it not recognize the popup? 


-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp