[Sikuli-driver] [Question #225754]: How to select a text using control key in keyboard

2013-04-03 Thread demo
New question #225754 on Sikuli: https://answers.launchpad.net/sikuli/+question/225754 I need to select a word using control key Can I use dragDrop function with 3 parameters in sikuliIf Yes How?? -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #225754]: How to select a text using control key and dragDrop in Sikuli?

2013-04-03 Thread demo
Question #225754 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225754 Summary changed to: How to select a text using control key and dragDrop in Sikuli? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #225686]: not able to run any code and also not able to take screenhots

2013-04-03 Thread Roman Podolyan
Question #225686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225686 Status: Open = Answered Roman Podolyan proposed the following answer: Try to search forum for UnsatisfiedLinkError and/or Can't find dependent libraries, there were topics on that:

Re: [Sikuli-driver] [Question #225754]: How to select a text using control key and dragDrop in Sikuli?

2013-04-03 Thread Roman Podolyan
Question #225754 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225754 Status: Open = Answered Roman Podolyan proposed the following answer: Errr... why drag and drop? I think you need: http://doc.sikuli.org/region.html#low-level-mouse-and-keyboard-actions Low-level

Re: [Sikuli-driver] [Question #225715]: Sikuli for Android Mobile

2013-04-03 Thread Roman Podolyan
Question #225715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225715 Roman Podolyan posted a new comment: As for second: Sikuli is a _visual_ automaton tool, it works with what is displayed, not with objects defined in code. To address object defined in code but not

Re: [Sikuli-driver] [Question #225686]: not able to run any code and also not able to take screenhots

2013-04-03 Thread RaiMan
Question #225686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225686 RaiMan proposed the following answer: faq 2005 might help -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1162649] Re: X-1.0rc3: Region.exists(img, 0) waits minimum time given by WaitScanRate even when search time is shorter

2013-04-03 Thread RaiMan
interesting - I never managed to get below the millisecond border. Even comparing a 3x3 pixel probe with the 3x3 pixel shot costs some milliseconds. So you might try waitScanRate(10) ;-) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed

Re: [Sikuli-driver] [Question #225697]: Sikuli wrapper

2013-04-03 Thread RaiMan
Question #225697 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225697 Status: Open = Answered RaiMan proposed the following answer: I guess, since you selectively overwrite some methods and find() returns a Match object, that internally inherits from

Re: [Sikuli-driver] [Question #225600]: match a list with another no matter of the order

2013-04-03 Thread RaiMan
Question #225600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225600 Status: Open = Answered RaiMan proposed the following answer: To make it clear: - you have the images 1 ... 30 - you evaluate a combination of 2 images out of these 30 (e.g. (1, 3) or (5,9) or (28, 30)

Re: [Sikuli-driver] [Question #225697]: Sikuli wrapper

2013-04-03 Thread RaiMan
Question #225697 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225697 Status: Open = Answered RaiMan proposed the following answer: ok, then I have not seen the whole image ;-) then you have to cast the Match objects in the expressions instead like:

Re: [Sikuli-driver] [Question #225715]: Sikuli for Android Mobile

2013-04-03 Thread Slash31
Question #225715 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225715 Status: Open = Solved Slash31 confirmed that the question is solved: Thanks. I will go through the tools that you suggested. -- You received this question notification because you are a member of

[Sikuli-driver] [Bug 612426] Re: IDE: File - Save as: carries over old stuff and .py/.html from other tabs

2013-04-03 Thread RaiMan
** Changed in: sikuli Importance: Medium = High ** Changed in: sikuli Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/612426 Title: IDE: File - Save

[Sikuli-driver] [Bug 683336] Re: [request] Would like a 64 bit version of Sikuli

2013-04-03 Thread RaiMan
** Changed in: sikuli Importance: High = Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/683336 Title: [request] Would like a 64 bit version of Sikuli Status in Sikuli: Fix

[Sikuli-driver] [Question #225794]: Unexpected results for script that should select text with keyModifier

2013-04-03 Thread ep
New question #225794 on Sikuli: https://answers.launchpad.net/sikuli/+question/225794 In the answered question at https://answers.launchpad.net/sikuli/+question/202624 I found the exact sequence that I wanted run in my script (CTRL + SHIFT + END) But regardless the combination of, or variant

Re: [Sikuli-driver] [Question #225794]: Unexpected results for script that should select text with keyModifier

2013-04-03 Thread RaiMan
Question #225794 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225794 Status: Open = Answered RaiMan proposed the following answer: the actually correct version for this is type (Key.END, KeyModifier.SHIFT + KeyModifier.CTRL ) and the log currently does not print any

Re: [Sikuli-driver] [Question #172013]: Documentation in PDF

2013-04-03 Thread SATISH GORRIPOTU
Question #172013 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172013 SATISH GORRIPOTU posted a new comment: Hi Please find and download Detailed Document in PDF. http://www.slideshare.net/sgorripotu/sikuli-satish-gorripotu If you get any problem in downloading, let me

Re: [Sikuli-driver] [Question #225697]: Sikuli wrapper

2013-04-03 Thread Snezhana
Question #225697 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225697 Status: Answered = Solved Snezhana confirmed that the question is solved: Thank you! Finally this works: Region(region1.find(capture1).left()).click(capture2) Sad I need to rework all lib =( But now I

Re: [Sikuli-driver] [Question #225697]: Sikuli wrapper

2013-04-03 Thread Snezhana
Question #225697 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/225697 Snezhana 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, which is an answer contact for

[Sikuli-driver] [Question #225806]: Images sometimes no longer recognizable in sikuli?

2013-04-03 Thread Shawn Robertson
New question #225806 on Sikuli: https://answers.launchpad.net/sikuli/+question/225806 I'm trying to figure out why sometimes Sikuli will fail on an image when using something like wait(image.png)? I have a script that waits for an image and the image has not changed not at all not even at the

[Sikuli-driver] [Question #225815]: How to exit a script inside a group of batch scripts without stop running the other scripts

2013-04-03 Thread Roy Chang
New question #225815 on Sikuli: https://answers.launchpad.net/sikuli/+question/225815 I have a group of batch scripts such as: step1.sikuli, step2.sikuli, step3.sikuli and a main.sikuli which runs these scripts one by one. How can I exit one of the script without stopping running the others? For