Re: [Sikuli-driver] [Question #233549]: mobile testing

2013-08-06 Thread Roman Podolyan
Question #233549 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233549 Status: Open = Answered Roman Podolyan proposed the following answer: Yes, but there are no unified way. As for iOS app testing, I used iPhone and iPad simulator(s), which worked pretty well. Believe

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

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 #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

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

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 #234492]: Sikuli + Mobile app + Selenium

2013-08-23 Thread Roman Podolyan
Question #234492 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234492 Status: Open = Needs information Roman Podolyan requested more information: Please describe your app and testing approaches in details. What do you want to get and by what means, what you expect from

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

2013-08-23 Thread Roman Podolyan
Question #234486 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234486 Status: Open = Answered Roman Podolyan proposed the following answer: As for the first question, it seems that you just put parameters in a wrong order http://doc.sikuli.org/region.html#Region.find

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

2013-08-25 Thread Roman Podolyan
Question #234435 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234435 Status: Open = Answered Roman Podolyan proposed the following answer: Using low-level mouse routines, you can write yourself swipe the way you needed. Here is example of my quick and dirty right swap

Re: [Sikuli-driver] [Question #234689]: Script getting failed on different resolution and size of screen.

2013-08-27 Thread Roman Podolyan
Question #234689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234689 Status: Open = Answered Roman Podolyan proposed the following answer: You have to put different graphics for different resolution. AFAIK it's known issue, and there is no solution. See the previous QA

Re: [Sikuli-driver] [Question #234686]: Sukuli easy interaction with any software/OS

2013-08-27 Thread Roman Podolyan
Question #234686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234686 Roman Podolyan posted a new comment: Well, why don't you try the thing you say: - read text file with some strings (images names) - try to search for them - and write reactions If success, you have to look

Re: [Sikuli-driver] [Question #234699]: Changes to use the latest version

2013-08-28 Thread Roman Podolyan
Question #234699 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234699 Status: Open = Answered Roman Podolyan proposed the following answer: https://github.com/RaiMan/SikuliX-API/wiki/Release-Notes-API -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #234737]: Fatal Error 110: loading: WinUtil.dll

2013-08-28 Thread Roman Podolyan
Question #234737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234737 Roman Podolyan posted a new comment: Please check measures proposed in answer to similar library case: https://answers.launchpad.net/sikuli/+question/229395 -- You received this question notification

Re: [Sikuli-driver] [Question #234855]: TypeError ( type(): 1st arg can't be coerced to String )

2013-08-29 Thread Roman Podolyan
Question #234855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234855 Status: Open = Answered Roman Podolyan proposed the following answer: http://doc.sikuli.org/region.html#Region.type type([PSMRL], text[, modifiers]) You're missing the text part. First argument of type

Re: [Sikuli-driver] [Question #234873]: Error 'text search is currently switched off' whenever I try to run a script with simple click()

2013-08-29 Thread Roman Podolyan
Question #234873 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234873 Summary changed to: Error 'text search is currently switched off' whenever I try to run a script with simple click() -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #234812]: Sikuli 1.0.1 on Ubuntu 13.04 - Not working

2013-08-29 Thread Roman Podolyan
Question #234812 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234812 Status: Open = Answered Roman Podolyan proposed the following answer: It seems that this is known bug: https://answers.launchpad.net/sikuli/+question/234713 Upon saving a test case, image changes

Re: [Sikuli-driver] [Question #234713]: Upon saving a test case, image changes to _CLICK-TO-CAPTURE

2013-08-29 Thread Roman Podolyan
Question #234713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234713 Status: Open = Answered Roman Podolyan proposed the following answer: I cloned Sikuli Git source code repositories and worked on them a bit. While I (yet) don't have a knowledge required to produce

Re: [Sikuli-driver] [Question #234713]: Upon saving a test case, image changes to _CLICK-TO-CAPTURE

2013-08-30 Thread Roman Podolyan
Question #234713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234713 Roman Podolyan posted a new comment: Update: The trick seems to be working on my working PC too (which is Windows 7 64 too) , now I can capture and save images like I used to. May be I'll try to push more

Re: [Sikuli-driver] [Question #234886]: [error] Region.exists: seems that imagefile could not be found on disk

2013-08-30 Thread Roman Podolyan
Question #234886 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234886 Status: Open = Needs information Roman Podolyan requested more information: What is the version you are using? What is in raw .py code of the script? Did you try to check if exists() works in some

Re: [Sikuli-driver] [Question #234873]: Error 'text search is currently switched off' whenever I try to run a script with simple click()

2013-08-30 Thread Roman Podolyan
Question #234873 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234873 Roman Podolyan posted a new comment: I managed to get some kind of makeshift solution (my clumsy try to get fixed build of sikuli-ide.jar). The details and link to jar are described in comments here: https

Re: [Sikuli-driver] [Question #234812]: Sikuli 1.0.1 on Ubuntu 13.04 - Not working

2013-08-30 Thread Roman Podolyan
Question #234812 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234812 Roman Podolyan posted a new comment: I managed to get some kind of makeshift solution (my clumsy try to get fixed build of sikuli-ide.jar). The details and link to jar are described in comments in the same

Re: [Sikuli-driver] [Question #234720]: [1.0.1] after Sikuli added libs folder to system path, you have to logout/login to activate it

2013-08-30 Thread Roman Podolyan
Question #234720 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234720 Roman Podolyan posted a new comment: What is mean login and logout? I do not use Sikuli IDE It's not about IDE, it's about setup. RaiMan talks about you logging out of Windows and logging back

Re: [Sikuli-driver] [Question #234713]: Upon saving a test case, image changes to _CLICK-TO-CAPTURE

2013-08-30 Thread Roman Podolyan
Question #234713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234713 Roman Podolyan posted a new comment: Hi RaiMan, It seems that fix didn't made it to the sikuli-ide.jar which installed by the sikuli-setup.jar . I checked the MD5s and downloaded a fresh sikuli-setup.jar

Re: [Sikuli-driver] [Question #234906]: click slowly

2013-08-30 Thread Roman Podolyan
Question #234906 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234906 Status: Open = Answered Roman Podolyan proposed the following answer: If you want longer press, you may try to use hover() instead of click, than mouseDown() and mouseUp() and some wait() between them

Re: [Sikuli-driver] [Question #234909]: Cannot get Image Recognition to work.

2013-08-30 Thread Roman Podolyan
Question #234909 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234909 Status: Open = Answered Roman Podolyan proposed the following answer: Known problem, fix pending, temporary workarounds available. See thread here: https://answers.launchpad.net/sikuli/+question

Re: [Sikuli-driver] [Question #234720]: [1.0.1] after Sikuli added libs folder to system path, you have to logout/login to activate it

2013-08-31 Thread Roman Podolyan
Question #234720 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234720 Roman Podolyan proposed the following answer: Let's try to visualize that. http://www.rapidee.com/en/download - here you find Rapid Environment Editor. Install and launch it, then take screenshot from PATH

Re: [Sikuli-driver] [Question #234720]: [1.0.1] after Sikuli added libs folder to system path, you have to logout/login to activate it

2013-08-31 Thread Roman Podolyan
Question #234720 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234720 Roman Podolyan proposed the following answer: My current setup doesn't have any PATH in the user variables, but yours may have, so look there too. And feel free to wipe out any of paths that contain your

Re: [Sikuli-driver] [Question #235073]: screen.find() failing with 1.0.1 version

2013-09-03 Thread Roman Podolyan
Question #235073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235073 Status: Open = Answered Roman Podolyan proposed the following answer: When did you do install? The error looks like a problem solved a few days ago: https://answers.launchpad.net/sikuli/+question

Re: [Sikuli-driver] [Question #235197]: Can sikuli work with Grid2, on real devices?

2013-09-05 Thread Roman Podolyan
Question #235197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235197 Roman Podolyan posted a new comment: -- Android devices only via simulator Not only. Sikuli can work with anything on PC screen, so it can work with anything which can be remotely managed from PC. Some

Re: [Sikuli-driver] [Question #235255]: iPad 2-way communication

2013-09-06 Thread Roman Podolyan
Question #235255 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235255 Roman Podolyan proposed the following answer: For testing iPad apps better to launch the app in question with XCode simulator. I advise that from my own experience. There are some solutions like rooting

Re: [Sikuli-driver] [Question #193318]: json import error

2013-09-19 Thread Roman Podolyan
Question #193318 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193318 Roman Podolyan posted a new comment: Let's back to this question from 1.0.1 perspective. For me adding simplejson to \libs folder doesn't seem to work now. Am I doing something wrong (and how to check what

Re: [Sikuli-driver] [Question #236379]: GUI wrapper\framework for command line tests

2013-09-26 Thread Roman Podolyan
Question #236379 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236379 Status: Open = Answered Roman Podolyan proposed the following answer: If you ask about the ideas, I can point you to the Robot Framework: http://robotframework.org/ + RF Operating System Library

Re: [Sikuli-driver] [Question #237635]: Use clients info from txt

2013-10-19 Thread Roman Podolyan
Question #237635 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237635 Status: Open = Answered Roman Podolyan proposed the following answer: Why don't you learn Python using any Python book you'd like? This task looks like school programming exercise we where doing when I

Re: [Sikuli-driver] [Question #241463]: Automate iPad using Sikuli

2014-01-02 Thread Roman Podolyan
Question #241463 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241463 Status: Open = Answered Roman Podolyan proposed the following answer: They say to control iPad via VNC you have to jailbreak it first. Google iPad, VNC, jailbreak for the info. -- You received

Re: [Sikuli-driver] [Question #241463]: Automate iPad using Sikuli

2014-01-03 Thread Roman Podolyan
Question #241463 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241463 Status: Open = Answered Roman Podolyan proposed the following answer: Never head of such, how hard I ever tried to find it, neither my colleagues (I work next to web and mobile automation team). iOS

Re: [Sikuli-driver] [Question #241463]: Automate iPad using Sikuli

2014-01-03 Thread Roman Podolyan
Question #241463 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241463 Roman Podolyan proposed the following answer: Never heard of such, how hard I ever tried to find it, neither my colleagues (I work next to web and mobile automation team). iOS is very restrictive platform

Re: [Sikuli-driver] [Question #245736]: Configure Ride with Sikuli

2014-03-19 Thread Roman Podolyan
Question #245736 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245736 Roman Podolyan posted a new comment: Atul, you can check this thread: https://groups.google.com/forum/#!topic/robotframework-users/-2d6YrCwd-E Are you aware that there are no standard Robot Framework

[Sikuli-driver] [Question #143532]: Location.getX() and getY() return type?

2011-01-31 Thread Roman Podolyan
New question #143532 on Sikuli: https://answers.launchpad.net/sikuli/+question/143532 I met an issue with Location.getX() / getY on Mac OS X Snow Leopard - it seems that return type isn't int, and I can't pass it to a function requiring int without a type converion. # this works: tmpx =

[Sikuli-driver] [Question #143532]: Location.getX() and getY() return type?

2011-01-31 Thread Roman Podolyan
Question #143532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/143532 Description changed to: Sikuli X-1.0rc1 I met an issue with Location.getX() / getY on Mac OS X Snow Leopard - it seems that return type isn't int, and I can't pass it to a function requiring int without a

[Sikuli-driver] [Bug 729141] [NEW] Windows 7 32: can't do screen capture in Sikuli X 1.0 RC2

2011-03-04 Thread Roman Podolyan
Public bug reported: The problem emerge after upgrade from 10.2 to X 1.0 RC2. After I try to capture (by clicking Click() or Capture button) the Sikuli IDE just disappears from screen, and then no overlay and interface for capturing, nothing (process javaw remains in memory). Capturing with the

Re: [Sikuli-driver] [Question #191426]: Assert exists on focused window

2012-03-23 Thread Roman Podolyan
Question #191426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191426 Status: Open = Answered Roman Podolyan proposed the following answer: Any ideas why I am now getting this error but not previously? I would guess that's because returned type of App.focusedWindow

Re: [Sikuli-driver] [Question #191810]: Writing to a file

2012-03-27 Thread Roman Podolyan
Question #191810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191810 Status: Open = Answered Roman Podolyan proposed the following answer: 1) Check if path is correct 2) Try to double \ chars in your path. myLog = open(C:\\123.txt, w) myLog.write(hello!+\n) myLog.close

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread Roman Podolyan
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 Status: Open = Answered Roman Podolyan proposed the following answer: this is an if else statment now i want it to end and then click on some images at the end but it is giving me error how

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread Roman Podolyan
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 Roman Podolyan posted a new comment: Sorry, bad formatting. See example here: http://i44.tinypic.com/2ns8bwh.png -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-03-28 Thread Roman Podolyan
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 Roman Podolyan proposed the following answer: Once more, in graphics: http://i42.tinypic.com/117cz1z.png -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #191922]: Sikuli indent problem

2012-04-01 Thread Roman Podolyan
Question #191922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191922 Status: Open = Needs information Roman Podolyan requested more information: Andrew, unfortunately I can't understand your request. Please provide more information in form like this flowchart: http

Re: [Sikuli-driver] [Question #191950]: focus() works the first time only

2012-04-02 Thread Roman Podolyan
Question #191950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191950 Status: Open = Answered Roman Podolyan proposed the following answer: Any idea or workaround ? Am I missing something ? In situation when I needed to switch focus, I did it with clicking application

Re: [Sikuli-driver] [Question #193173]: How to fill the text field using Sikuli

2012-04-10 Thread Roman Podolyan
Question #193173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193173 Status: Open = Answered Roman Podolyan proposed the following answer: 1) Read the documentation - http://sikuli.org/docx/ 2) Pay attention to selecting Regions, and to Click function (that's the way

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread Roman Podolyan
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 Status: Needs information = Answered Roman Podolyan proposed the following answer: IMHO, to get what you want, you can change search order and restrict search to region(s) Something like that: 1

Re: [Sikuli-driver] [Question #194006]: how can i type :, /, %, on my germany keyboard on Java

2012-04-18 Thread Roman Podolyan
Question #194006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194006 Roman Podolyan posted a new comment: Oh, and low-level keyboard commands can be found by this link: http://sikuli.org/docx/keys.html Worth bookmarking, guys :) -- You received this question notification

Re: [Sikuli-driver] [Question #194095]: Sikuli doesn't find images that definitely exist on screen

2012-04-19 Thread Roman Podolyan
Question #194095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194095 Roman Podolyan posted a new comment: I had similar situation sometimes, when setting high similarity, 0.95 , to avoid false positives, and solved it by loosening similarity for error-prone images to 0.85

Re: [Sikuli-driver] [Question #194102]: button matrix

2012-04-19 Thread Roman Podolyan
Question #194102 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194102 Status: Open = Answered Roman Podolyan proposed the following answer: Errr... what you mean by 'capture' here? If you want to click the buttons, and the button matrix is static, all buttons have

Re: [Sikuli-driver] [Question #194130]: Issue with Sikuli imports

2012-04-19 Thread Roman Podolyan
Question #194130 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194130 Status: Open = Answered Roman Podolyan proposed the following answer: Fabian, Look at http://pastebin.com/FgrsySsa I uploaded there 2 excerpts of import code from my working script and module

Re: [Sikuli-driver] [Question #194130]: Issue with Sikuli imports

2012-04-19 Thread Roman Podolyan
Question #194130 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194130 Roman Podolyan posted a new comment: :D Captain Obvious says that you should substitute 'webmoves', my module name, with _yours_ module name. Also change paths /Projects/Sikuli/articles.sikuli

Re: [Sikuli-driver] [Question #194130]: Issue with Sikuli imports

2012-04-19 Thread Roman Podolyan
Question #194130 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194130 Roman Podolyan posted a new comment: In my case there is no webmoves.sukuli, just webmoves.py , _Python_module_in the same folder articles.sikuli . You want to work with two Sikuli folders and not Python

Re: [Sikuli-driver] [Question #194222]: How to get line number from which a function was called in Sikuli?

2012-04-20 Thread Roman Podolyan
Question #194222 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194222 Status: Open = Answered Roman Podolyan proposed the following answer: When I read log in IDE console, there is always line number if image not found (or other error happened) and app exited. Example

Re: [Sikuli-driver] [Question #194004]: sikuli crashes when click the screenshot button

2012-04-23 Thread Roman Podolyan
Question #194004 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194004 Status: Open = Answered Roman Podolyan proposed the following answer: Check answers to https://answers.launchpad.net/sikuli/+question/192144 , or other similar already posted questions -- You received

Re: [Sikuli-driver] [Question #195997]: Share a script with others

2012-05-04 Thread Roman Podolyan
Question #195997 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195997 Status: Open = Answered Roman Podolyan proposed the following answer: Did you check other threads with similar problem/error_message Can't find dependent libraries on this forum? Here they are: https

Re: [Sikuli-driver] [Question #195997]: Share a script with others

2012-05-04 Thread Roman Podolyan
Question #195997 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195997 Roman Podolyan posted a new comment: Good. But if you friend have problems, settings on friend's machine need to be checked too. Also, I can recommend nice GUI utility for convenient environment variables

Re: [Sikuli-driver] [Question #197152]: How to highlight an area in the desktop

2012-05-14 Thread Roman Podolyan
Question #197152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197152 Status: Open = Answered Roman Podolyan proposed the following answer: felix, you should read about class Region methods (and examples) here: http://sikuli.org/docx/region.html#acting-on-a-region I

Re: [Sikuli-driver] [Question #198272]: when I click on the camera button, then the Sikuli exits.

2012-05-24 Thread Roman Podolyan
Question #198272 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/198272 Status: Open = Answered Roman Podolyan proposed the following answer: Please check answers to https://answers.launchpad.net/sikuli/+question/192144 , or other similar already posted questions (search

Re: [Sikuli-driver] [Question #198205]: when ever I click on the capture button the application closes and again i have to restart the application. I m using windows 7 32 bit operating system. Please

2012-05-24 Thread Roman Podolyan
Question #198205 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/198205 Roman Podolyan proposed the following answer: Please check answers to https://answers.launchpad.net/sikuli/+question/192144 , or other similar already posted questions (search forum for 'screenshot

Re: [Sikuli-driver] [Question #199413]: Is it possible to reuse the code within sikuli IDE?

2012-06-05 Thread Roman Podolyan
Question #199413 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199413 Status: Open = Answered Roman Podolyan proposed the following answer: Yes, it is possible. Please use search by 'import' key and read existing topics on import - https://answers.launchpad.net/sikuli

Re: [Sikuli-driver] [Question #199412]: How can we use the horizontal and vertical scroll in script?

2012-06-05 Thread Roman Podolyan
Question #199412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199412 Status: Open = Answered Roman Podolyan proposed the following answer: Please read the documentation on low-level keyboard and mouse commands. http://sikuli.org/docx/region.html#low-level-mouse

Re: [Sikuli-driver] [Question #201531]: Unable to click in random location based on image search.

2012-06-27 Thread Roman Podolyan
Question #201531 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201531 Roman Podolyan proposed the following answer: Betty20921 , Here is peace of my working code for random clicks: === x = random.randint(0,max_x) y = random.randint(0,max_y

Re: [Sikuli-driver] [Question #201531]: Unable to click in random location based on image search.

2012-06-27 Thread Roman Podolyan
Question #201531 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201531 Roman Podolyan proposed the following answer: Or you should correct you function and call it right way: #--- import random def x(): return random.randint(0,10) b = wait(1340794873108.png

Re: [Sikuli-driver] [Question #201531]: Unable to click in random location based on image search.

2012-06-27 Thread Roman Podolyan
Question #201531 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201531 Roman Podolyan posted a new comment: Hover instead of a Click in last variant (for my testing purposes) -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #202219]: Android+windows xp

2012-07-06 Thread Roman Podolyan
Question #202219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202219 Roman Podolyan posted a new comment: Did you try to install Eclipse, Android SDK, set up emulator and tune its performance and do something with Sikuli? Sikuli works with emulators of any kind (Windows

Re: [Sikuli-driver] [Question #202307]: How to create function and skip it if it fails

2012-07-06 Thread Roman Podolyan
Question #202307 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202307 Roman Podolyan proposed the following answer: 1. How should i transform it into a function 2. If that function fails, i want to skip it and move to next steps. Don't know why you want this (if import

Re: [Sikuli-driver] [Question #202307]: How to create function and skip it if it fails

2012-07-06 Thread Roman Podolyan
Question #202307 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202307 Roman Podolyan posted a new comment: Further reading on Python try-except constructions, very useful for trying something and if try fails - skipping it or doing something else : http://docs.python.org

Re: [Sikuli-driver] [Question #202219]: Android+windows xp

2012-07-09 Thread Roman Podolyan
Question #202219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202219 Status: Open = Answered Roman Podolyan proposed the following answer: 1)how can we scroll the screen by the mouse event,if the screen is big it requires to scroll the screen up to botom of the screen

Re: [Sikuli-driver] [Question #202219]: Android+windows xp

2012-07-09 Thread Roman Podolyan
Question #202219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202219 Roman Podolyan posted a new comment: Also you may want to use Drag, read on it http://sikuli.org/docx/region.html#low-level-mouse-and-keyboard-actions . But when I started to work with that (Sikuli 0.10.2

Re: [Sikuli-driver] [Question #202219]: Android+windows xp

2012-07-09 Thread Roman Podolyan
Question #202219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202219 Roman Podolyan posted a new comment: The routines I cited above were used for scrolling in emulators with Windows 7 Pro and Mac OS X 10.6 . What is not clear with them? -- You received this question

Re: [Sikuli-driver] [Question #202219]: Android+windows xp

2012-07-10 Thread Roman Podolyan
Question #202219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202219 Roman Podolyan posted a new comment: can u please provide any suggestion regarding these Unfortunately, this problems can't be solved for now. You have to have different images set for each resolution

Re: [Sikuli-driver] [Question #202942]: exit() inside try/except

2012-07-12 Thread Roman Podolyan
Question #202942 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202942 Status: Open = Answered Roman Podolyan proposed the following answer: Here is working code: import sys try: hover(1342096962957.png) popup('Ok!') sys.exit() except

Re: [Sikuli-driver] [Question #202942]: exit() inside try/except

2012-07-13 Thread Roman Podolyan
Question #202942 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202942 Roman Podolyan posted a new comment: Roman thanks for the answer but its not work... Strange, recipe taken from my working code and tested myself before posting. May be some misunderstanding. RaiMan

Re: [Sikuli-driver] [Question #203304]: how to accurately recognize text Snapshot 1, Snapshot 2...

2012-07-16 Thread Roman Podolyan
Question #203304 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/203304 Roman Podolyan posted a new comment: Oops, sorry, first I thought that you ask about graphic search. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #204840]: sleep(2940) kills test

2012-08-02 Thread Roman Podolyan
Question #204840 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204840 Status: Open = Answered Roman Podolyan proposed the following answer: The simple solution I think is: def longsleep(longtime): i = longtime // 400 for j in range(i

Re: [Sikuli-driver] [Question #204853]: if... : go to

2012-08-02 Thread Roman Podolyan
Question #204853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204853 Status: Open = Answered Roman Podolyan proposed the following answer: http://sikuli.org/docx/region.html#Region.waitVanish waitVanish(PS[, seconds]) Wait until the give pattern PS in the region

Re: [Sikuli-driver] [Question #204853]: if... : go to

2012-08-02 Thread Roman Podolyan
Question #204853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204853 Status: Open = Answered Roman Podolyan proposed the following answer: In general to make something forever one should use while(True) def kill_enemy():# define a function containing actions

Re: [Sikuli-driver] [Question #204913]: What happens when the X Y co ordinates changes in the application

2012-08-03 Thread Roman Podolyan
Question #204913 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204913 Roman Podolyan requested more information: Can you provide more details? It is not clear what you want to get. Sikuli is about visual search, so if some objects has different screen coordinates, it can still

Re: [Sikuli-driver] [Question #204918]: Can I prevent Sikuli from clicking two times the same spot?

2012-08-03 Thread Roman Podolyan
Question #204918 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204918 Status: Open = Answered Roman Podolyan proposed the following answer: http://sikuli.org/docx/match.html#iteratingmatches Iterating over Matches after findAll() A find operation Region.findAll() returns

[Sikuli-driver] [Question #213672]: Sikuli vs Eggplant tools comparision

2012-11-08 Thread Roman Podolyan
New question #213672 on Sikuli: https://answers.launchpad.net/sikuli/+question/213672 Recently I was asked to give my opinion about using Eggplant solution on project. Looking for a review, I found a good one, and now I want to share the findings

Re: [Sikuli-driver] [Question #213672]: Sikuli vs Eggplant , visual automation/testing tools comparision

2012-11-08 Thread Roman Podolyan
Question #213672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213672 Roman Podolyan posted a new comment: If somebody wants to add more information, feel free to do it :) -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #213672]: Sikuli vs Eggplant , visual automation/testing tools comparision

2012-11-08 Thread Roman Podolyan
Question #213672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213672 Summary changed to: Sikuli vs Eggplant , visual automation/testing tools comparision -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #213672]: Sikuli vs Eggplant , visual automation/testing tools comparision

2012-11-08 Thread Roman Podolyan
Question #213672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213672 Status: Open = Solved Roman Podolyan confirmed that the question is solved: If somebody wants to add more information, feel free to do it :) -- You received this question notification because you

Re: [Sikuli-driver] [Question #216583]: Sikuli script to press multiple key combinations in windows

2012-12-16 Thread Roman Podolyan
Question #216583 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216583 Status: Open = Answered Roman Podolyan proposed the following answer: Check two sections of documentation: Key Modifiers http://doc.sikuli.org/keys.html#key-modifiers Low-level Mouse and Keyboard

Re: [Sikuli-driver] [Question #216688]: How to get checkbox value from an application using Sikuli scripting

2012-12-16 Thread Roman Podolyan
Question #216688 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216688 Status: Open = Answered Roman Podolyan proposed the following answer: It's not that easy (no direct checkbox API), but possible, I think. You should construct regions restricted to particular checkbox

Re: [Sikuli-driver] [Question #216878]: MAC run sikuli-script from command line

2012-12-16 Thread Roman Podolyan
Question #216878 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216878 Status: Open = Answered Roman Podolyan proposed the following answer: I found problem like yours answered on forum: https://answers.launchpad.net/sikuli/+question/201104 Mac:Command Line:Unable to find

Re: [Sikuli-driver] [Question #216891]: Can sikuli be used to determine the distortion in an image

2012-12-16 Thread Roman Podolyan
Question #216891 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216891 Status: Open = Answered Roman Podolyan proposed the following answer: That depends on what you mean by distortion. Sikuli can compare image1 to image2 with some quality parameter, so you can tell

Re: [Sikuli-driver] [Question #216763]: How to write a while command in java using sikuli script.jar file

2012-12-16 Thread Roman Podolyan
Question #216763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216763 Status: Open = Answered Roman Podolyan proposed the following answer: As far as I remember, I saw similar topic recently There was advised to use region.exists(), not region.find() . In Sikuli

Re: [Sikuli-driver] [Question #216980]: Siquli scroll bar how to implement

2012-12-16 Thread Roman Podolyan
Question #216980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/216980 Status: Open = Answered Roman Podolyan proposed the following answer: Look here: http://doc.sikuli.org/region.html#low-level-mouse-and-keyboard-actions To implement scrolling, use wheel

Re: [Sikuli-driver] [Question #217480]: Hot to get type(Key.DELETE, KEY_SHIFT|KEY_CMD) to do function, not just type it.

2012-12-25 Thread Roman Podolyan
Question #217480 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/217480 Status: Open = Answered Roman Podolyan proposed the following answer: Did you try to do it with keyDown() / keyUp() sequence? Unfortunately, now I have no Mac at my disposal to test this myself

Re: [Sikuli-driver] [Question #218418]: Linking script back again after else

2013-01-06 Thread Roman Podolyan
Question #218418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/218418 Status: Open = Answered Roman Podolyan proposed the following answer: Poh Wei Pin, your logic are not that clear to me (you put label Blah after If/Exist statements, not before it to have If run again

Re: [Sikuli-driver] [Question #219849]: Sikuli for iOS

2013-01-22 Thread Roman Podolyan
Question #219849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/219849 Roman Podolyan posted a new comment: I used Sikuli for *some* testing (visual testing, monkey testing) with Simulator(s) (iPhone, iPad). iOS Simulators are pretty good, I would say — they are faster than

Re: [Sikuli-driver] [Question #219849]: Sikuli for iOS

2013-01-22 Thread Roman Podolyan
Question #219849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/219849 Roman Podolyan posted a new comment: I'll prepare samples later, please remind me if I forget. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #219849]: Sikuli for iOS

2013-01-23 Thread Roman Podolyan
Question #219849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/219849 Roman Podolyan posted a new comment: Ooops, sorry. No, my code is Jython/Python code. So, it seems you need just other samples. Did you try to find them searching other answers? I saw there were plenty

Re: [Sikuli-driver] [Question #220679]: Continuous drag in circle

2013-01-31 Thread Roman Podolyan
Question #220679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220679 Status: Open = Answered Roman Podolyan proposed the following answer: Try to use low-level mouse functions. Look here: http://doc.sikuli.org/region.html#low-level-mouse-and- keyboard-actions

  1   2   3   >