Re: [Sikuli-driver] [Question #229554]: Query - GUI to run sikuli tests built using Eclipse/Jython

2013-07-11 Thread Bunnings
Question #229554 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229554 Status: Answered = Solved Bunnings confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2013-06-05 Thread Bunnings
Just want to add that this issue is affecting my scripts as well. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769837 Title: X-1.0rc3: Env.getClipboard() seems to work only once and does not

Re: [Sikuli-driver] [Question #229865]: Unnable to start Sikulli with Windows

2013-05-29 Thread Bunnings
Question #229865 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229865 Status: Open = Answered Bunnings proposed the following answer: you need to download Sikuli IDE for Windows 32 bit

Re: [Sikuli-driver] [Question #229820]: is it possible to run the sikuli script from the next line where it fails?

2013-05-29 Thread Bunnings
Question #229820 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229820 Status: Open = Answered Bunnings proposed the following answer: If you know the failure points in your application you might as well put some waits in script sufficient enough to fix the problem

Re: [Sikuli-driver] [Question #229736]: How to wait and refresh untill a image is found ?

2013-05-28 Thread Bunnings
Question #229736 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229736 Status: Open = Answered Bunnings proposed the following answer: For your first question, sikuli has Region.waitVanish(Image path string OR Pattern, Timeout) The other way to do it is by observing

Re: [Sikuli-driver] [Question #229736]: How to wait and refresh untill a image is found ?

2013-05-28 Thread Bunnings
Question #229736 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229736 Bunnings proposed the following answer: The above answer will not cater for your refresh until image appears need. Try the following def RefreshUntilImageAppears(self) img = region.exists(imagepath

Re: [Sikuli-driver] [Question #229739]: moving window

2013-05-28 Thread Bunnings
Question #229739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229739 Status: Open = Answered Bunnings proposed the following answer: Please refer the below question and see if answers yours. RaiMan's answer has a sample code that should help you get started. https

[Sikuli-driver] [Question #229554]: Query - GUI to run sikuli tests built using Eclipse/Jython

2013-05-24 Thread Bunnings
New question #229554 on Sikuli: https://answers.launchpad.net/sikuli/+question/229554 Hi Raiman I am after a GUI to execute the sikuli tests built using Eclipse/Jython. I fount PyTong-0.1-installer.exe but couldn't get it working in xp. Is there any available tools that you can recommend at

Re: [Sikuli-driver] [Question #229401]: [1.0] Error: Region outside any screen ... How to handle?

2013-05-23 Thread Bunnings
Question #229401 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229401 Bunnings posted a new comment: Hi Raiman, I encountered the same issue I have the output of the region i am after from two versions RC3 - pt1.1: Region[-4,-4 1928x1058]@Screen(0)[0,0 1920x1080] E:Y, T:3.0

[Sikuli-driver] [Question #229541]: [1.0] ClassCastException: java.lang.ClassCastException: org.python.core.PyMethod cannot be cast to org.sikuli.script.SikuliEventObserver

2013-05-23 Thread Bunnings
New question #229541 on Sikuli: https://answers.launchpad.net/sikuli/+question/229541 System Details Windows XP, jre6, Sikuli 1.0 with Eclipse/Jython I have an event observer which fires onAppear. Worked perfectly in RC3 version of Sikuli. Received the following error using Sikuli 1.0

Re: [Sikuli-driver] [Question #226867]: Set the focus to applications opened from a browser

2013-05-23 Thread Bunnings
Question #226867 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/226867 Status: Answered = Solved Bunnings confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #229366]: [1.0] Eclipse: Jython: Windows - Native library could not be extracted ...

2013-05-23 Thread Bunnings
Question #229366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229366 Status: Answered = Solved Bunnings confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #229541]: [1.0] Observe: ClassCastException: org.python.core.PyMethod cannot be cast to org.sikuli.script.SikuliEventObserver

2013-05-23 Thread Bunnings
Question #229541 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229541 Status: Answered = Open Bunnings is still having a problem: Hi Raiman, apologies should have put the code while raising the issue. The below method is called after a button is clicked

Re: [Sikuli-driver] [Question #229366]: [1.0] Eclipse: Jython: Win32 - Native library could not be extracted nor found: VisionProxy

2013-05-22 Thread Bunnings
Question #229366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229366 Bunnings posted a new comment: Raiman, thank you for your response. yes it should have worked. That was my expectation and hence I chose to do it that way. However it didn't work and I got the error

Re: [Sikuli-driver] [Question #229366]: [1.0] Eclipse: Jython: Win32 - Native library could not be extracted nor found: VisionProxy

2013-05-22 Thread Bunnings
Question #229366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229366 Status: Answered = Open Bunnings is still having a problem: More information System: Windows XP, jre6 Environment variables - Path = C:\Program Files\Sikuli X\libs;C

Re: [Sikuli-driver] [Question #229366]: [1.0] Eclipse: Jython: Win32 - Native library could not be extracted nor found: VisionProxy

2013-05-22 Thread Bunnings
Question #229366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229366 Bunnings gave more information on the question: Hi Raiman, I also tried the supplemental stuff and didn't work. -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #229366]: New Version - Windows 32 bit - Native library could not be extracted nor found: VisionProxy

2013-05-21 Thread Bunnings
New question #229366 on Sikuli: https://answers.launchpad.net/sikuli/+question/229366 I am using Eclipse IDE with Jython interpretor I downloaded the libraries for the new IDE version Windows 32 bit this morning. 1) I renamed all the previous version of Sikuli installation to Sikuli

Re: [Sikuli-driver] [Question #228393]: Taking Screenshot at the end of each test - Unittest - Get test case name in tear down method

2013-05-16 Thread Bunnings
Question #228393 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228393 Status: Answered = Solved Bunnings confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #228913]: stopObserver() where to put in the class (Screen)

2013-05-16 Thread Bunnings
Question #228913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228913 Status: Answered = Solved Bunnings confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #229069]: alternative OCR engine for sikuli

2013-05-16 Thread Bunnings
Question #229069 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229069 Bunnings posted a new comment: I am also having the same issues. Would like to hear from anyone who has tried this. Also if Raiman can provide his opinion on the difference between the tesseract and this one

Re: [Sikuli-driver] [Question #228913]: stopObserver() where to put in the class (Screen)

2013-05-15 Thread Bunnings
Question #228913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228913 Status: Solved = Open Bunnings is still having a problem: From Sikuli Doc It is possible to let the script wait for the completion of an observation or let it run in the background, while your script

Re: [Sikuli-driver] [Question #228913]: stopObserver() where to put in the class (Screen)

2013-05-15 Thread Bunnings
Question #228913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228913 Bunnings gave more information on the question: And running in the background will not pause the main script? Please help -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #228913]: stopObserver() where to put in the class (Screen)

2013-05-14 Thread Bunnings
New question #228913 on Sikuli: https://answers.launchpad.net/sikuli/+question/228913 I have written a python class for a screen, in it I have the below code in __init__(self): definition self.screen.onAppear(PostingTrans.png, self.WaitWhilePostingTransaction)

Re: [Sikuli-driver] [Question #228913]: stopObserver() where to put in the class (Screen)

2013-05-14 Thread Bunnings
Question #228913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228913 Status: Open = Solved Bunnings confirmed that the question is solved: 1) On further testing, putting the stopObserver() in __del__(self) definition doesn't seem to work. 2) Having the stop oberver

[Sikuli-driver] [Question #228393]: Taking Screenshot at the end of each test - Unittest - Get test case name in tear down method

2013-05-07 Thread Bunnings
New question #228393 on Sikuli: https://answers.launchpad.net/sikuli/+question/228393 Due to the OCR issues, I have decided to take a screenshot of the application after each test. I have to save the screenshot like testcasename.png . Is there any way I can get the name of the test case from

Re: [Sikuli-driver] [Question #227195]: Tests are being run twice using Jython unittest Eclipse

2013-04-25 Thread Bunnings
Question #227195 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227195 Status: Answered = Solved Bunnings confirmed that the question is solved: Run As - Jython Run fixes the issue. Thank you for the suggestion RaiMan. Much appreciated. -- You received this question

Re: [Sikuli-driver] [Question #227195]: Tests are being run twice using Jython unittest Eclipse

2013-04-25 Thread Bunnings
Question #227195 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227195 Bunnings confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #227195]: Tests are being run twice using Jython unittest Eclipse

2013-04-22 Thread Bunnings
Question #227195 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227195 Status: Needs information = Open Bunnings gave more information on the question: This is a sample test I have written by splitting a sequence of actions into 3 test methods. I am using CTRL+F11 to run

Re: [Sikuli-driver] [Question #227195]: Tests are being run twice using Jython unittest Eclipse

2013-04-22 Thread Bunnings
Question #227195 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227195 Bunnings gave more information on the question: This also happens when I select Run As - Jython unit-test -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Question #227195]: Tests are being run twice using Jython unittest Eclipse

2013-04-21 Thread Bunnings
New question #227195 on Sikuli: https://answers.launchpad.net/sikuli/+question/227195 I am not sure what is wrong but my tests are being run twice when I execute them as Jython-unittest Finding files... done. [info] Sikuli vision engine loaded. [info] Windows utilities loaded. [info] VDictProxy

Re: [Sikuli-driver] [Question #222751]: Eclipse Juno: PyDev: How to use sikuli-script.jar?

2013-04-18 Thread Bunnings
Question #222751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/222751 Bunnings posted a new comment: Hi, Just need to clarify if the below * the source folder sikuli (extracted from sikuli-script.jar) in the Jythons Lib/site-packages folder is referring to the src folder

Re: [Sikuli-driver] [Question #226689]: Python - Sikuli Sample for a newbie

2013-04-18 Thread Bunnings
Question #226689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/226689 Status: Open = Solved Bunnings confirmed that the question is solved: Not required. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #226873]: Sikuli IDE - Need to stop showing images - Prefer just image names

2013-04-17 Thread Bunnings
Question #226873 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/226873 Status: Answered = Solved Bunnings confirmed that the question is solved: Thanks for your quick reply. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #226873]: Sikuli IDE - Need to stop showing images - Prefer just image names

2013-04-17 Thread Bunnings
Question #226873 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/226873 Bunnings confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #226867]: Set the focus to applications opened from a browser

2013-04-16 Thread Bunnings
New question #226867 on Sikuli: https://answers.launchpad.net/sikuli/+question/226867 In my test, I connect to the citrix environment via internet explorer and launch applications by clicking on Icons from IE. How do I set the focus to the launched apps? -- You received this question

[Sikuli-driver] [Question #226873]: Sikuli IDE - Need to stop showing images - Prefer just image names

2013-04-16 Thread Bunnings
New question #226873 on Sikuli: https://answers.launchpad.net/sikuli/+question/226873 I would prefer to have the image names.png in the scripts rather than the image itself. So I replaced all the images with the image names. When I reopened the script and images appeared again. I went through