Re: [Sikuli-driver] [Question #245352]: If the latest version of sikuli is valid for 32bits windows system

2014-03-12 Thread lisa hoo
Question #245352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245352 Status: Answered => Solved lisa hoo 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 #245317]: Meta+Alt+Alt Graph+Button1+CLICK from nowhere

2014-03-12 Thread Ray Bobak
Question #245317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245317 Status: Answered => Solved Ray Bobak confirmed that the question is solved: thank you, you are correct, it was a copy of a wait() -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #245317]: Meta+Alt+Alt Graph+Button1+CLICK from nowhere

2014-03-12 Thread Ray Bobak
Question #245317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245317 Ray Bobak confirmed that the question is solved: Thanks obiwan-92, 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 #245408]: Maven failures; solution in question 237032 didn't help.

2014-03-12 Thread Barry Janzen
Question #245408 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245408 Status: Open => Solved Barry Janzen confirmed that the question is solved: Solved. My network was blocking port 8081. telnet mvn.is.inf.uni- due.de 8081 would fail. -- You received this question not

[Sikuli-driver] [Question #245408]: Maven failures; solution in question 237032 didn't help.

2014-03-12 Thread Barry Janzen
New question #245408 on Sikuli: https://answers.launchpad.net/sikuli/+question/245408 I can build some of the jar's, but more than half fail. All failures were a result of: Could not transfer artifact X from/to uni-due.de (http://mvn.is.inf.uni-due.de:8081/nexus/content/repositories/atunes-dep

[Sikuli-driver] [Question #245395]: What is the easiest/best way to use Sikuli with Selenium Webdriver?

2014-03-12 Thread jeff radom
New question #245395 on Sikuli: https://answers.launchpad.net/sikuli/+question/245395 I'm using Java and eclipse to develop Sikuli . I also want to use together with Webdriver. If I do that should I start Firefox for example using Webriver and the can use Screen object to clickk or recognize s

[Sikuli-driver] [Bug 1288796] Re: [1.0.1] MultiMonitor: negative Y value for second monitor might muss up monitor config

2014-03-12 Thread obiwan-92
The code : r = Region(Screen(1).getBounds()) print "Region : ", r def changed(event): print "Event : ", event for ch in event.changes: print "Changes : ", ch ch.highlight(3) # highlight all changes for 3 sec. r.onChange(50, changed) r.observe(10, background=False) return :

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-12 Thread obiwan-92
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 obiwan-92 posted a new comment: Ok. Thanks a lot. Now, it's all clear. :-) I will investigate this afternoon. -- You received this question notification because you are a member of Sikuli Drivers, which i

Re: [Sikuli-driver] [Question #245376]: How to integrate sikuli with python unit tests?

2014-03-12 Thread donatelo
Question #245376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245376 donatelo posted a new comment: Or maybe something else: is it somehow possible to call sikuli script from python unit test? -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #245299]: ImportError: No module named HTMLTestRunner exception while running Sikuli IDE on Mac

2014-03-12 Thread Mujeebu Rahman
Question #245299 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245299 Status: Answered => Solved Mujeebu Rahman confirmed that the question is solved: Thanks obiwan-92, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #245376]: How to integrate sikuli with python unit tests?

2014-03-12 Thread donatelo
Question #245376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245376 Status: Answered => Open donatelo is still having a problem: But maybe it is possible to force it to work with Python somehow...? -- You received this question notification because you are a member of

[Sikuli-driver] [Question #245383]: How to validate animation?

2014-03-12 Thread donatelo
New question #245383 on Sikuli: https://answers.launchpad.net/sikuli/+question/245383 Hello, In my web application I have an animation, lets say that an object (square) is moving on the screen from point A to point B. I would like to veryfy that my object (square) appears somewhere beetween poi

Re: [Sikuli-driver] [Question #245383]: How to validate animation?

2014-03-12 Thread donatelo
Question #245383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245383 Description changed to: Hello, In my web application I have an animation, lets say that an object (square) is moving on the screen from point A to point B. I would like to veryfy that my object (square) appe

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-12 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Needs information => Open Greg Howell gave more information on the question: Thank you for all the responses. So it appears to find the screens correctly like you said and maybe it had something

Re: [Sikuli-driver] [Question #245362]: Continuing script after rebooting mac device

2014-03-12 Thread obiwan-92
Question #245362 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245362 Status: Open => Answered obiwan-92 proposed the following answer: Hello. Currently you have no such things in Sikuli. But you can perfectly do it by yourself. ;) Regards. -- You received this questi

Re: [Sikuli-driver] [Question #245371]: sikuli does not find the object

2014-03-12 Thread obiwan-92
Question #245371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245371 Status: Open => Answered obiwan-92 proposed the following answer: Hello. App("Your_browser_title").focus() It's doesn't work if the window is reduce. in the task bar. Regards. -- You received this q

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-12 Thread obiwan-92
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 obiwan-92 requested more information: Hello, When you modify the OS screen settings, you have to restart Sikuli. Try to do your tests again and tell me if it's better. I try on my Win7 with two screens in d

Re: [Sikuli-driver] [Question #245286]: Sikuli radio button with associated text

2014-03-12 Thread Eugene S
Question #245286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245286 Eugene S posted a new comment: Happy to help :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

[Sikuli-driver] [Bug 1288796] Re: [1.0.1] MultiMonitor: negative Y value for second monitor might muss up monitor config

2014-03-12 Thread obiwan-92
Hello, I had test on my computer with 2 screens on Windows 7 and Windows XP. I couldn't find any trouble on the Screen class. I also try the code in the report, it's work fine. The Screen word is in red, but it's not mean that Sikuli don't find any screen, it's just an effect on some Sikuli word

[Sikuli-driver] [Question #245030]: Status of bug #1288796 changed to 'Incomplete' in Sikuli

2014-03-12 Thread obiwan-92
Bug #1288796 status changed in Sikuli: New => Incomplete https://bugs.launchpad.net/sikuli/+bug/1288796 "[1.0.1] MultiMonitor: negative Y value for second monitor might muss up monitor config" This bug is linked to #245030. Screen(1) doesn't seem to work. https://answers.launchpad.net/sikul

Re: [Sikuli-driver] [Question #245376]: How to integrate sikuli with python unit tests?

2014-03-12 Thread RaiMan
Question #245376 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245376 Status: Open => Answered RaiMan proposed the following answer: Sikuli uses Jython. Does not work with Python. -- You received this question notification because you are a member of Sikuli Drivers, whic

Re: [Sikuli-driver] [Question #245286]: Sikuli radio button with associated text

2014-03-12 Thread Helene Pedata
Question #245286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245286 Helene Pedata posted a new comment: Hi Eugene, Seems like I had focus issues yesterday resulting In failed finds. At the time, I did not have exception handling so it was not obvious the find was failing.

[Sikuli-driver] [Question #245376]: How to integrate sikuli with python unit tests?

2014-03-12 Thread donatelo
New question #245376 on Sikuli: https://answers.launchpad.net/sikuli/+question/245376 I'm new in sikuli. I would like to add to my python (version 2.7) unit test (in fact selenium webdriver tests) sikuli features (be able to check if particular image is displayed on webpage). Any suggestion how

Re: [Sikuli-driver] [Question #245266]: [error] NameError (name 'onEvent' is not defined)

2014-03-12 Thread RaiMan
Question #245266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245266 RaiMan proposed the following answer: onEvent is just a placeholder for the on... functions. Use someRegion.onAppear() -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #245352]: If the latest version of sikuli is valid for 32bits windows system

2014-03-12 Thread RaiMan
Question #245352 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245352 Status: Open => Answered RaiMan proposed the following answer: Just restart your System, to activate the settings. -- You received this question notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #245371]: sikuli does not find the object

2014-03-12 Thread Loren Lai
New question #245371 on Sikuli: https://answers.launchpad.net/sikuli/+question/245371 Hello, what I'm doing wrong in here ... - my browser ist started - I click on the URL - A new website is loaded (the parent window does not exist anymore) - Now I try to click on the new icon in a new loaded we

Re: [Sikuli-driver] [Question #245299]: ImportError: No module named HTMLTestRunner exception while running Sikuli IDE on Mac

2014-03-12 Thread obiwan-92
Question #245299 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245299 Status: Open => Answered obiwan-92 proposed the following answer: Hello, It's look like there already answer on this matter. So please, take a look at : https://answers.launchpad.net/sikuli/+question/17

[Sikuli-driver] [Question #245362]: Continuing script after rebooting mac device

2014-03-12 Thread santhosh
New question #245362 on Sikuli: https://answers.launchpad.net/sikuli/+question/245362 i would like to take a screenshot of an alert which appears after rebooting my mac (10.9 os) device. later i would do few changes which i can perform with the help of sikuli tool to generate a different alert

Re: [Sikuli-driver] [Question #245250]: contiously checking for error message while running test

2014-03-12 Thread obiwan-92
Question #245250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245250 obiwan-92 proposed the following answer: Hello, The answer is in this page : http://doc.sikuli.org/region.html You have to see the observe function. Have a nice day. Reagrds. -- You received this question

Re: [Sikuli-driver] [Question #245316]: How to get page title name while sikuli script running

2014-03-12 Thread obiwan-92
Question #245316 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245316 Status: Open => Answered obiwan-92 proposed the following answer: Hello. Today, I'm afraid there is no such function in Sikuli. The simply workaround will be to get the address in the address bar with t

Re: [Sikuli-driver] [Question #245317]: Meta+Alt+Alt Graph+Button1+CLICK from nowhere

2014-03-12 Thread obiwan-92
Question #245317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245317 Status: Open => Answered obiwan-92 proposed the following answer: Hello, It's coming from the '60' in your following line: click("1393912142679.png",60) This parameter is to allowed a click with some ke

Re: [Sikuli-driver] [Question #244702]: Is there a keyword driven approach to managing tests in Sikuli?

2014-03-12 Thread shaihulud
Question #244702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244702 shaihulud confirmed that the question is solved: Thanks obiwan-92, 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 #245008]: pattern matching best practice?

2014-03-12 Thread shaihulud
Question #245008 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245008 shaihulud 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 for