Re: [Sikuli-driver] [Question #169519]: App class not working on Ubuntu 11.04 (QT issue?)

2011-09-01 Thread RaiMan
Question #169519 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169519 Status: Open => Answered RaiMan proposed the following answer: Sorry for misleading - Linux is not in my focus. I made some tests on my Ubuntu 11 (running in VirtualBox on my Mac Lion): App.open(), App.

Re: [Sikuli-driver] [Question #169864]: Maximize the browser window?

2011-09-01 Thread RaiMan
Question #169864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169864 Status: Open => Answered RaiMan proposed the following answer: Maximizing the browser window when using Sikuli features usually does not make sense. The window size should be optimized to be able to rest

Re: [Sikuli-driver] [Question #169859]: Availability? Mac: Cocoa Accessibility API and Android: using Monkey runner?

2011-09-01 Thread RaiMan
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Summary changed to: Availability? Mac: Cocoa Accessibility API and Android: using Monkey runner? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

Re: [Sikuli-driver] [Question #169861]: using region I am getting PyramidTemplateMatcher: source is smaller than the target

2011-09-01 Thread RaiMan
Question #169861 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169861 Status: Open => Answered RaiMan proposed the following answer: Forget this message - means nothing for you. Try the latest build of rc3 - there it does not come up any more. http://sikuli.org/download.s

Re: [Sikuli-driver] [Question #169859]: when will these features be implemented: Mac: Cocoa Accessibility API and Android: new AndroidScreen automates Android devices/emulators using Monkey runner?

2011-09-01 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Status: Open => Answered Tsung-Hsiang Chang proposed the following answer: The Android support is already in the latest build, so it would be in the RC3 as well. Mac accessibility will come later than R

[Sikuli-driver] [Question #169864]: Maximize the browser window?

2011-09-01 Thread Rahul Misra
New question #169864 on Sikuli: https://answers.launchpad.net/sikuli/+question/169864 I know Sikuli does not have an inherent understanding of browser app, so whats the recommended way to maximize the browser window? Just capture the max button and click on it? Also is there any difference/adva

[Sikuli-driver] [Question #169861]: using region I am getting PyramidTemplateMatcher: source is smaller than the target

2011-09-01 Thread Dimitre
New question #169861 on Sikuli: https://answers.launchpad.net/sikuli/+question/169861 Hi All, I am using sikuli for the first time and it is excellent program to test GUI. During the development of the test suite though I run into the following problem: Using region I am getting PyramidTemplate

[Sikuli-driver] [Question #169859]: when will these features be implemented: Mac: Cocoa Accessibility API and Android: new AndroidScreen automates Android devices/emulators using Monkey runner?

2011-09-01 Thread Raymond Gonzales
New question #169859 on Sikuli: https://answers.launchpad.net/sikuli/+question/169859 Hello, I would like to know if Maltipoo will have the following implemented: Android: new AndroidScreen automates Android devices/emulators using Monkey runner and Mac: Cocoa Accessibility API Thanks, Ra

[Sikuli-driver] [Question #169847]: Guidance on setting up testing framework using sikuli

2011-09-01 Thread Benny Phanichkul
New question #169847 on Sikuli: https://answers.launchpad.net/sikuli/+question/169847 Hi all, I'm trying to find some basic guidance or suggestions for setting up and choosing a test framework to automate testing of our Flash GUI-based desktop application. This is my first time setting up a tes

Re: [Sikuli-driver] [Question #169839]: gesture capture

2011-09-01 Thread RaiMan
Question #169839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169839 Status: Open => Answered RaiMan proposed the following answer: use mouseDown() to press and hold a button. then use mouseMove() to move the mouse step by step on a circular line of calculated locations.

Re: [Sikuli-driver] [Question #169519]: App class not working on Ubuntu 11.04 (QT issue?)

2011-09-01 Thread David Woods
Question #169519 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169519 Status: Answered => Open David Woods is still having a problem: I can report that even using part or all of the window title as suggested (or even just using the App() way of doing things) does not work

[Sikuli-driver] [Question #169839]: gesture capture

2011-09-01 Thread Hari Kiran Vankayala
New question #169839 on Sikuli: https://answers.launchpad.net/sikuli/+question/169839 I need to capture a gesture that is being done on my app in ios simulator. Say suppose i need to click the mouse and draw circle in the center of my app, this scenario i need to automate using sikuli. Any help

Re: [Sikuli-driver] [Question #169813]: How to use Qt (PySide) and Sikuli in same script

2011-09-01 Thread Beth Griffin
Question #169813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169813 Status: Answered => Solved Beth Griffin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #169813]: How to use Qt (PySide) and Sikuli in same script

2011-09-01 Thread RaiMan
Question #169813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169813 Status: Open => Answered RaiMan proposed the following answer: The Qt implementation for Python is not available in the Jython environment, because it is a C-based Python module. With Jython one normall

[Sikuli-driver] [Question #169813]: How to use Qt (PySide) and Sikuli in same script

2011-09-01 Thread Beth Griffin
New question #169813 on Sikuli: https://answers.launchpad.net/sikuli/+question/169813 I'm wondering if anyone has done this yet: Python/Jython scripts that use both Sikuli and PySide (Qt python) packages. There seems to be special needs if this can be made to work: PySide wants Python 2.6 or 2.

Re: [Sikuli-driver] [Question #169742]: cannot find image after sometime

2011-09-01 Thread Djg
Question #169742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169742 Status: Answered => Solved Djg 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, whic

Re: [Sikuli-driver] [Question #169767]: IF image appears FIRST in 1 of the 2 regions

2011-09-01 Thread RaiMan
Question #169767 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169767 Status: Open => Answered RaiMan proposed the following answer: Sorry, but this script now is complete rubbish. regA, regB, imgA, imgB, isRegA, isRegB are variables, that have to be taken as is! I am ta

Re: [Sikuli-driver] [Question #169767]: IF image appears FIRST in 1 of the 2 regions

2011-09-01 Thread Randy
Question #169767 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169767 Status: Answered => Open Randy is still having a problem: Thanks RaiMan for your time I still encounter some problem, apparently the script only run regA and not regB even when imgB appears on regB. Won

Re: [Sikuli-driver] [Question #169720]: sikuli unable to find a image

2011-09-01 Thread bri
Question #169720 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169720 Status: Answered => Solved bri confirmed that the question is solved: Apparently, 10 seconds was not enough - even though the login screen displays in 5 seconds or less. Increasing the wait to 20 second

Re: [Sikuli-driver] [Question #169767]: IF image appears FIRST in 1 of the 2 regions

2011-09-01 Thread RaiMan
Question #169767 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169767 Status: Open => Answered RaiMan proposed the following answer: this should work (made some corrections): regA = False while True: if regA.exists("imgA.png"): regA = True break if

Re: [Sikuli-driver] [Question #169784]: App object with Windows 7

2011-09-01 Thread RaiMan
Question #169784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169784 Status: Open => Answered RaiMan proposed the following answer: I testted your script with the following main workflow app =App(r"C:\Program Files\Notepad++\notepad++.exe") app.focus() wait(5) type("f",

Re: [Sikuli-driver] [Question #169767]: IF image appears FIRST in 1 of the 2 regions

2011-09-01 Thread Randy
Question #169767 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169767 Status: Answered => Open Randy is still having a problem: Is it correct? because it just pops right out after a few seconds without any error. I'm still lost regA = False while True: if regA.exists

[Sikuli-driver] [Question #169784]: App object with Windows 7

2011-09-01 Thread sylvain caillet
New question #169784 on Sikuli: https://answers.launchpad.net/sikuli/+question/169784 Hi, I have written a piece of code to get in global variable the active window region using the App object. def alaloopGetActiveWindow(wmin, hmin, imgTitle=None): global app, appWindow