Re: [Sikuli-driver] [Question #234363]: How to call for a script from withing another script

2013-08-21 Thread Eugene S
Question #234363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234363 Status: Answered = Open Eugene S is still having a problem: Hi RaiMan, Thank you for your answer! I have 2 questions though: 1. When I run the script from the command line, I also pass it an argument,

Re: [Sikuli-driver] [Question #234363]: How to call for a script from withing another script

2013-08-21 Thread RaiMan
Question #234363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234363 Status: Open = Answered RaiMan proposed the following answer: at 1. Just run the main (wrapping script) with --args (BTW: with 1.0.1+ -- is sufficient as delimiter for the trailing user args) At time

[Sikuli-driver] [Bug 1214789] [NEW] version 1.0.1 Button.LEFT not recognised

2013-08-21 Thread shushang
Public bug reported: trying to migrate to the latest version, however, the following piece of code did not work for region_line in sorted_regions: name_region = Region(region_line.getX() + 55, region_line.getY() + 20, 200, 25) name_region.highlight(5) name =

[Sikuli-driver] [Question #234382]: I want to use automated tools for load and stress testing of Mobile Games (iOS Android platform). Could you please update me whether your tool help me out on this

2013-08-21 Thread Gurmeet Singh
New question #234382 on Sikuli: https://answers.launchpad.net/sikuli/+question/234382 Hi Guys, I wanted to use automated tools for load and stress testing of Mobile Games (iOS Android platform). Could you please update me whether your tool help me out on this context? -- You received this

[Sikuli-driver] [Question #234387]: FindFailed when run sikuli script remotely by SSH

2013-08-21 Thread yuqian
New question #234387 on Sikuli: https://answers.launchpad.net/sikuli/+question/234387 my steps 1. write a sikuli script on server1 findAll(Pattern(1377079767665.png).similar(0.20)); doubleClick(Pattern(1377079777030.png).similar(0.16)); 2. run the script by .bat file on server1, as below, it's

[Sikuli-driver] [Bug 1214992] [NEW] Problem when trying launching Sikuli IDE

2013-08-21 Thread AlexDuc
Public bug reported: Sikuli X-1.0rc3 OS : RHEL 6.4 During several days sikuli has worked perfectly but there is now a problem when I execute in a terminal ./sikuli-ide.sh. The IDE does not appear but I have the line [info] locale: fr. The process sikuli-ide.sh still exists. When i launch as

Re: [Sikuli-driver] [Bug 914806] Re: X-1.0rc3: IDE: command list fully expanded: 'settings' menu not visible

2013-08-21 Thread steban
wow, the fix was released, thank you, I would like to work for the project as QA :), is there a job for that? On Wed, Aug 14, 2013 at 9:24 AM, RaiMan rmhdeve...@me.com wrote: ** Changed in: sikuli Status: Fix Committed = Fix Released -- You received this bug notification because you

[Sikuli-driver] [Question #234398]: how do I swipe right/left on an android emulator? The dragDrop() method is not swiping

2013-08-21 Thread Caroline Tess
New question #234398 on Sikuli: https://answers.launchpad.net/sikuli/+question/234398 how do i swipe right or left on an android emulator using Sikuli IDE? Right now i'm using the dragDrop(A, B) method but its not swipe right or left. (But I'm successfully able to use the dragDrop() method to

[Sikuli-driver] [Question #234402]: While not exists Loop Throwing Error When I Have Else Condition at the End

2013-08-21 Thread Jennifer Coleman
New question #234402 on Sikuli: https://answers.launchpad.net/sikuli/+question/234402 I want to do a while loops that says while you don't see an error message, run this workflow. Else, if you do see the error message, take a screen shot of the entire screen. When I add the else code in, the

[Sikuli-driver] [Question #234403]: Connection timed out while downloading sikuli-ide-1.0.1.jar. Can you make the previous version available?

2013-08-21 Thread anh nguyen
New question #234403 on Sikuli: https://answers.launchpad.net/sikuli/+question/234403 FileManager: Downloading sikuli-ide-1.0.1.jar having -1 KB [error (8/21/13 10:28:25 AM)] FileManager: problems while downloading Connection timed out: connect [error (8/21/13 10:28:28 AM)] RunSetup: Fatal error

Re: [Sikuli-driver] [Question #234402]: While not exists Loop Throwing Error When I Have Else Condition at the End

2013-08-21 Thread RaiMan
Question #234402 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234402 Status: Open = Answered RaiMan proposed the following answer: the error clearly says: IndentationError: ('unindent does not match any outer indentation level', this means, that the else is not at the

Re: [Sikuli-driver] [Question #234403]: Connection timed out while downloading sikuli-ide-1.0.1.jar. Can you make the previous version available?

2013-08-21 Thread RaiMan
Question #234403 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234403 Status: Open = Answered RaiMan proposed the following answer: download the sikuli-setup.jar again (newer version), empty the setup folder and run setup again. No, I will not make 1.0.0 available again.

Re: [Sikuli-driver] [Question #234402]: While not exists Loop Throwing Error When I Have Else Condition at the End

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

[Sikuli-driver] [Question #234414]: Downloaded on friends computer, sikuli wont disappear when click run

2013-08-21 Thread Colby Black
New question #234414 on Sikuli: https://answers.launchpad.net/sikuli/+question/234414 I might have an older version, or it might be because i'm on Snow Leopard and he is on lion. But I downloaded sikuli for him and when he clicks run...sikuli script stays on screen...and actually clicks

[Sikuli-driver] [Question #234415]: Try/Catch for Error Handling in Sikuli?

2013-08-21 Thread Jennifer Coleman
New question #234415 on Sikuli: https://answers.launchpad.net/sikuli/+question/234415 I am trying to implement a try block that will run a workflow, but if some error pops up at any point during that workflow take a screenshot of the entire screen and exit the script gracefully... I've tried

[Sikuli-driver] [Question #234419]: Anti copy paste inputs not working with sikuli

2013-08-21 Thread Carlos
New question #234419 on Sikuli: https://answers.launchpad.net/sikuli/+question/234419 Hi! I have been playing with the Sikuli Java API a few days and I am having some troubles with it. For example the program I want to click has a login window that is always on top of the screen, so sikuli

[Sikuli-driver] [Bug 1215218] [NEW] [1.0.1] - Calling a script from another script using subprocess.

2013-08-21 Thread Eugene S
Public bug reported: I have tried to call a Sikuli script from within another script. For example I have the following standalone scripts: C:\SikuliX\Tests\testFlows\Scenario1.sikuli C:\SikuliX\Tests\testFlows\Scenario2.sikuli I want to perform the following: 1. Start Scenario1 script. 2. From

[Sikuli-driver] [Question #234425]: How to select option from Right Click using Sikuli API

2013-08-21 Thread Apurv Agarwal
New question #234425 on Sikuli: https://answers.launchpad.net/sikuli/+question/234425 I am using Sikuli Java API to verify screens in a Eclipse Based Application. Now I am struck with Performing Right Click on a Task and Do a Right Mouse Click and select a Option I have heard about Key

Re: [Sikuli-driver] [Question #234425]: How to select option from Right Click using Sikuli API

2013-08-21 Thread Eugene S
Question #234425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234425 Status: Open = Answered Eugene S proposed the following answer: Hi, The all key constants (including the key modifiers) are explained here: http://doc.sikuli.org/keys.html What exact are you trying to

[Sikuli-driver] [Question #234426]: parameterisation in sikuli

2013-08-21 Thread Vinay
New question #234426 on Sikuli: https://answers.launchpad.net/sikuli/+question/234426 Can we perform parametrization in sikuli? As i am new to sikuli, i don't know how to do parametrization. I want to know how to parametrize for different mail id's and different username. -- You received

Re: [Sikuli-driver] [Question #234425]: How to select option from Right Click using Sikuli API

2013-08-21 Thread Apurv Agarwal
Question #234425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234425 Status: Answered = Open Apurv Agarwal is still having a problem: I tried using this code: Screen scn = new Screen(); scn.rightclick(test.png); But this is not performing Right Click. Can you tell what

[Sikuli-driver] [Question #234428]: how do i swipe right or left on an android emulator using Sikuli IDE

2013-08-21 Thread Vinay
New question #234428 on Sikuli: https://answers.launchpad.net/sikuli/+question/234428 how do i swipe right or left on an android emulator using Sikuli IDE? i can able to scroll up and down but not for right and left from one screen to another screen(for bharat matrimony) app. -- You received