Re: [Sikuli-driver] [Question #658596]: Lower pattern match within a loop on repeat

2017-10-31 Thread arminius
Question #658596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658596 arminius confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #658596]: Lower pattern match within a loop on repeat

2017-10-31 Thread arminius
Question #658596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658596 Status: Answered => Solved arminius confirmed that the question is solved: so sorry, I forgot to thank you for this, that's perfect, you even anticipated the need for the print part. -- You received

Re: [Sikuli-driver] [Question #660144]: click inconsistencies

2017-10-31 Thread arminius
Question #660144 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660144 Status: Open => Answered arminius proposed the following answer: maybe try while True: if exists(image): click(image) else: wait(5) -- You received this

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-10-31 Thread arminius
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 arminius posted a new comment: I've been able to run SKL files with a BAT file, but I don't know if Sikuli needs to be installed for that to work, someone with more experience should be along soon. -- You

Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
Question #660174 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660174 Status: Needs information => Solved aravind confirmed that the question is solved: Solved it after I found this doc http://sikulix-2014.readthedocs.io/en/latest/scripting.html?highlight=mouse%20delay

[Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-10-31 Thread Max
New question #660197 on Sikuli: https://answers.launchpad.net/sikuli/+question/660197 I just started doing some scripts with Sikuli in python. I would like to know if it's possible (and if yes, how) to create a jar or exe file from my python script (file .py and images). I would like to easily

Re: [Sikuli-driver] [Question #660173]: running in vagrant: libs problem

2017-10-31 Thread RaiMan
Question #660173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660173 RaiMan proposed the following answer: Sorry, no time for such special cases. Search the net for your special combination. Nevertheless, if anyone here has a chance to get a clue of your situation, then you

Re: [Sikuli-driver] [Question #660173]: running in vagrant: libs problem

2017-10-31 Thread Yogesh Baviskar
Question #660173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660173 Yogesh Baviskar posted a new comment: Hello RaiMan, Thank you for quick reply . I tried steps mention above but still it is not working. Can we have sharing session so that i can show you my system

Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread RaiMan
Question #660174 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660174 Status: Open => Needs information RaiMan requested more information: --- one of my test script uses dragDrop() ... cannot see where -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #660173]: running in vagrant: libs problem

2017-10-31 Thread RaiMan
Question #660173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660173 Status: Open => Answered RaiMan proposed the following answer: Are you running some Linux flavour in a vagrant container? If yes, be sure to use SikuliX 1.1.1 and see:

Re: [Sikuli-driver] [Question #660173]: running in vagrant: libs problem

2017-10-31 Thread RaiMan
Question #660173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660173 Summary changed to: running in vagrant: libs problem -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
New question #660174 on Sikuli: https://answers.launchpad.net/sikuli/+question/660174 I am trying to develop a UI test suite for a GUI application. My launcher module looks like this from sikuli import * import unittest import HTMLTestRunner Settings.MoveMouseDelay = 0 Settings.TypeDelay = 0

Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
Question #660174 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660174 Description changed to: I am trying to develop a UI test suite for a GUI application. My launcher module looks like this from sikuli import * import unittest import HTMLTestRunner Settings.MoveMouseDelay =

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

[Sikuli-driver] [Question #660173]: Getting error "[error] ResourceLoaderBasic: checkLibsDir: Not a valid libs dir for SikuliX (amd64): /vagrant/Backup/libs"while running sript

2017-10-31 Thread Yogesh Baviskar
New question #660173 on Sikuli: https://answers.launchpad.net/sikuli/+question/660173 I am running selenium script using Sikuli but giving following error: ResourceLoaderBasic: checkLibsDir: Not a valid libs dir for SikuliX (amd64): /vagrant/Backup/libs [error] ResourceLoaderBasic: check: libs

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 #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread RaiMan
Question #659479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/659479 RaiMan proposed the following answer: --- Python over Sikulix IDE 1.1.1 ... does not matter what you use for scripting/programming. The challenge is to find the correct sequence of key/mouse actions for

Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread AMRIT BHARDWAJ
Question #659479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/659479 AMRIT BHARDWAJ posted a new comment: Hi RaiMan, I am using Python over Sikulix IDE 1.1.1. Do we have anything for this ? -- You received this question notification because your team Sikuli Drivers is an

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

2017-10-31 Thread RaiMan
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Status: Needs information => Answered RaiMan proposed the following answer: exists does not tell you anything but True or False. If you want information, you have to use find/wait and catch the

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 notification because

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

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

2017-10-31 Thread RaiMan
Question #660171 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660171 Status: Open => Needs information RaiMan requested more information: this line File "C:\Installs\SikuliX\Validation.sikuli\Validation.py", line 10, in testA assert exists(images2) is not from your

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

Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread RaiMan
Question #659479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/659479 Status: Open => Answered RaiMan proposed the following answer: Look in the net for a combination of your problem with Java Robot class (used in Sikuli for mouse and keyboard). -- You received this

Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread AMRIT BHARDWAJ
Question #659479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/659479 Status: Expired => Open AMRIT BHARDWAJ is still having a problem: Hi Team, I am stuck with implementing swipe/scroll gesture over ipad Air simulator. tried- wheel, MoveMouse, dragDrop..none seems to

Re: [Sikuli-driver] [Question #660162]: When can we expect SikuliX2?

2017-10-31 Thread RaiMan
Question #660162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660162 Status: Open => Answered RaiMan proposed the following answer: 1st quarter of 2018. Nightly previews during the next months. Delay is caused by other private priorities. -- You received this question

Re: [Sikuli-driver] [Question #659479]: Not Able to Implement Scroll over ios ipad simulator for application having webView(Html)

2017-10-31 Thread Launchpad Janitor
Question #659479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/659479 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 #660162]: When can we expect SikuliX2?

2017-10-31 Thread aravind
Question #660162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660162 Description changed to: Hello ALl,, Greetings of the day, Just want to know when can I expect SikuliX2 ? -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #660162]: When can we expect SikuliX2?

2017-10-31 Thread aravind
Question #660162 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660162 Description changed to: Just want to know when can I expect SikuliX2 ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #660162]: When can we expect SikuliX2?

2017-10-31 Thread aravind
New question #660162 on Sikuli: https://answers.launchpad.net/sikuli/+question/660162 Hello ALl,, Greetings of the day, Just want to know when can we expect SikuliX2 ? Regards, Aravind -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.