[Sikuli-driver] [Question #290565]: Mouse calls seem to cause hang

2016-04-11 Thread Spencer Keller
New question #290565 on Sikuli: https://answers.launchpad.net/sikuli/+question/290565 I'm using Sikuli V1.1 with Java 1.7. (I'm calling the Sikuli Java SDK) I just added a little code to move the mouse and "click" ( Mouse.down()) followed by Mouse.up() ) to select an item from a combo box. It

Re: [Sikuli-driver] [Question #290421]: htmltestrunner def test() example

2016-04-11 Thread Karl
Question #290421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290421 Status: Open => Answered Karl proposed the following answer: import unittest import HTMLTestRunner class MyTest1(unittest.TestCase): def __init__(self, testName, extraArg1, extraArg2):

[Sikuli-driver] [Question #290424]: Robot framework and sikuli

2016-04-11 Thread Benaissa
New question #290424 on Sikuli: https://answers.launchpad.net/sikuli/+question/290424 Hi, I'm a beginner using sikuli and i found a lot of people talking about robotframework. For my case i want to know if it's possible to create a library with all the sikuli commands so after i don't have to

[Sikuli-driver] [Question #290421]: htmltestrunner def test() example

2016-04-11 Thread Ravikiran
New question #290421 on Sikuli: https://answers.launchpad.net/sikuli/+question/290421 I need to execute 100 test cases with the same def test() with different values. Is this posssible ? import unittest import HTMLTestRunner class MyTest1(unittest.TestCase): def test1(a,b): if

Re: [Sikuli-driver] [Question #290128]: (MAC Specific) Whenever i try to capture image using Sikuli, Application window gets minimized.

2016-04-11 Thread Milind Keshkar
Question #290128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290128 Status: Answered => Open Milind Keshkar is still having a problem: Yes...thats the issue.In MAC every time i go to sikuli to perform any action, the backgroung app gets minimized. So in this case

Re: [Sikuli-driver] [Question #290128]: (MAC Specific) Whenever i try to capture image using Sikuli, Application window gets minimized.

2016-04-11 Thread RaiMan
Question #290128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290128 Status: Open => Answered RaiMan proposed the following answer: minimized apps are not accessible by Sikuli. ... only what currently is visible on the screen -- You received this question notification

Re: [Sikuli-driver] [Question #290128]: (MAC Specific) Whenever i try to capture image using Sikuli, Application window gets minimized.

2016-04-11 Thread Milind Keshkar
Question #290128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290128 Milind Keshkar gave more information on the question: Bcoz when i will run the script, i ll face the same issue of application minimizationwhat will i do in that case... -- You received this question

Re: [Sikuli-driver] [Question #290128]: (MAC Specific) Whenever i try to capture image using Sikuli, Application window gets minimized.

2016-04-11 Thread Milind Keshkar
Question #290128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290128 Status: Answered => Open Milind Keshkar is still having a problem: using the capture hotkey is the only option?? Can it be not used directly in the application as if in Windows...?? -- You

Re: [Sikuli-driver] [Question #289673]: Can I get the text of screenshot?

2016-04-11 Thread Angélica
Question #289673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/289673 Status: Answered => Solved Angélica confirmed that the question is solved: thanks Karl and RaiMan. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #290380]: Make Sikuli Type/Click/Respond Fastest Way Possible ?

2016-04-11 Thread RaiMan
Question #290380 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/290380 Status: Open => Answered RaiMan proposed the following answer: at 1: Region(...) ... only defines a Region. to use it later, you have to assign it to a variable: spot = Region(...) then use the spot