Re: [Sikuli-driver] [Question #234426]: how to do parameterisation in sikuli?

2013-08-22 Thread Vinay
Question #234426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234426 Summary changed to: how to do parameterisation in sikuli? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1214789] Re: [1.0.1] Button.LEFT not recognised --- workaround

2013-08-22 Thread RaiMan
** Summary changed: - version 1.0.1 Button.LEFT not recognised + [1.0.1] Button.LEFT not recognised --- workaround ** Changed in: sikuli Status: New = Fix Committed ** Changed in: sikuli Importance: Undecided = High ** Changed in: sikuli Assignee: (unassigned) = RaiMan

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

2013-08-22 Thread RaiMan
Question #234425 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234425 Status: Open = Answered RaiMan proposed the following answer: rightClick() -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

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

2013-08-22 Thread RaiMan
** Changed in: sikuli Importance: Undecided = Medium ** Changed in: sikuli Status: New = In Progress ** Changed in: sikuli Milestone: None = 1.1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1214789] Re: [1.0.1] Button.LEFT not recognised --- workaround

2013-08-22 Thread RaiMan
** Description changed: - trying to migrate to the latest version, however, the following piece of - code did not work + - workaround + either insert at top of script: + import org.sikuli.script.Button as Button - for region_line in sorted_regions: - name_region =

[Sikuli-driver] [Question #234433]: help!!! does sikuli support alpha, misp, ppc architecture?

2013-08-22 Thread xialuck
New question #234433 on Sikuli: https://answers.launchpad.net/sikuli/+question/234433 help!!! does sikuli support alpha,misp,ppc architecture? thank you~~ -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #234435]: After launching the application how do I swipe right/left on an android emulator?

2013-08-22 Thread Vinay
New question #234435 on Sikuli: https://answers.launchpad.net/sikuli/+question/234435 I need to swipe between the screens, i.e. from left to right or vice versa after launching the application. When i use the command, type(Key.DOWN , KeyModifier.CTRL); If i am in home screen or in application

Re: [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

2013-08-22 Thread Roman Podolyan
Question #234382 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234382 Status: Open = Answered Roman Podolyan proposed the following answer: I used Sikuli for monkey and functional testing of iOS apps with iOS Simulator from XCode. From my point of view monkey testing is

[Sikuli-driver] [Question #234436]: How to handle FindFailed exception in 1.0.1 from sikuli-script.jar

2013-08-22 Thread Googoo
New question #234436 on Sikuli: https://answers.launchpad.net/sikuli/+question/234436 1. Using Sikuli 1.0.0 sikuli-script.jar - Created a Java class that performs a Sikuli script and import org.sikuli.script.FindFailed - Wrapped your Sikuli script actions in a try-catch block and catch

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

2013-08-22 Thread Roman Podolyan
Question #234428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234428 Status: Open = Answered Roman Podolyan proposed the following answer: You can write your own custom mouse swipe function using low-level mouse control routines. To illustrate the idea, here is dirty

Re: [Sikuli-driver] [Question #234435]: After launching the application how do I swipe right/left on an android emulator?

2013-08-22 Thread James Robert
Question #234435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234435 James Robert posted a new comment: Hi Vinay, I am sorry to say this, this is the draw back of the Sikuli tool. We cann't perform swipe operation if header remains same in all the screen/pages. Regards,

Re: [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

2013-08-22 Thread Gurmeet Singh
Question #234382 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234382 Status: Answered = Open Gurmeet Singh is still having a problem: Thanks a lot Roman Podolyan ! Below are the steps that I need to run: 1) Stress Testing: we download ā€˜nā€™ numbers of applications/data

Re: [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

2013-08-22 Thread Roman Podolyan
Question #234382 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234382 Roman Podolyan posted a new comment: I don't see where Sikuli fits in this context. It is not general testing framework or what. It is build around visual search and user-level keyboard and mouse action

Re: [Sikuli-driver] [Question #234433]: help!!! does sikuli support alpha, misp, ppc architecture?

2013-08-22 Thread Roman Podolyan
Question #234433 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234433 Status: Open = Answered Roman Podolyan proposed the following answer: Sikuli is basically visual search tool. It is not about architectures at all, it is about JVM and some native libraries. If you can

Re: [Sikuli-driver] [Question #234426]: how to do parameterisation in sikuli?

2013-08-22 Thread Roman Podolyan
Question #234426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234426 Status: Open = Answered Roman Podolyan proposed the following answer: Sikuli is combined with general-purpose Jython scripting, so basically you can code any parametrization you need, say, put the

Re: [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

2013-08-22 Thread Gurmeet Singh
Question #234382 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234382 Gurmeet Singh gave more information on the question: I need to check the server performance through my device/simulator so is it possible through to Sikuli? -- You received this question notification

Re: [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

2013-08-22 Thread Roman Podolyan
Question #234382 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234382 Status: Open = Answered Roman Podolyan proposed the following answer: Sorry, again did not get you. I sit in office next to a team of load/performance testers, and they use instruments like Jmeter for

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

2013-08-22 Thread Roman Podolyan
Question #234414 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234414 Status: Open = Answered Roman Podolyan proposed the following answer: Can you double-check the Sikuli version, can't you? It is important to know. I think I might encounter a problem like that myself

Re: [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

2013-08-22 Thread Gurmeet Singh
Question #234382 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234382 Status: Answered = Solved Gurmeet Singh confirmed that the question is solved: Thanks Roman !! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #234082]: Stand-alone jar of Sikuli

2013-08-22 Thread Zhang Jiaqiang
Question #234082 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234082 Zhang Jiaqiang posted a new comment: Hi RaiMan, I am in the hurry. It's possible to share with me the workaround ? Best regards, Jiaqiang -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #234082]: Stand-alone jar of Sikuli

2013-08-22 Thread Eugene S
Question #234082 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234082 Eugene S posted a new comment: RaiMan gave a link for direct jar download in one of the comments in the below question: https://answers.launchpad.net/sikuli/+question/234061 -- You received this question

[Sikuli-driver] [Question #234486]: Region area manipulation. How does that work?

2013-08-22 Thread Eugene S
New question #234486 on Sikuli: https://answers.launchpad.net/sikuli/+question/234486 Hi, Please consider the following piece of code: reg = find(imageName.png) regN = Region(reg.x, reg.y, reg.h, reg.w) regN.highlight(1) Here I haven't done any changes to this region coordinates, so I do not