Re: [Sikuli-driver] [Question #235379]: how to copy part of a string

2013-09-09 Thread hakim johari
Question #235379 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235379 hakim johari 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

Re: [Sikuli-driver] [Question #235379]: how to copy part of a string

2013-09-09 Thread hakim johari
Question #235379 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235379 Status: Answered => Solved hakim johari confirmed that the question is solved: yes thanks raiman -- You received this question notification because you are a member of Sikuli Drivers, which is an answe

[Sikuli-driver] [Question #235383]: Can I use Sikuli to test on environmet consisting off two VM?

2013-09-09 Thread Michał
New question #235383 on Sikuli: https://answers.launchpad.net/sikuli/+question/235383 I just discovered Sikuli and I wonder is it possible to test applications that are on VMs and require sync? The set up I have: local machine where I have a test command center :) Two VMs that are talking to eac

Re: [Sikuli-driver] [Question #235383]: Can I use Sikuli to test on environmet consisting off two VM?

2013-09-09 Thread RaiMan
Question #235383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235383 Status: Open => Answered RaiMan proposed the following answer: Sikuli currently has no native support for any communication or synching over whatever connection. On the machine (wether real or VM) it mu

[Sikuli-driver] [Bug 1222722] Re: Sikuli can't save images (IDE 1.0.1)

2013-09-09 Thread Parn Yin
[Environment] Windows 7 Professional SP1 64-bit + Java 7 + Sikuli X 1.0.1 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1222722 Title: Sikuli can't save images (IDE 1.0.1) Status in Sikuli: Ne

[Sikuli-driver] [Bug 1222722] [NEW] Sikuli can't save images (IDE 1.0.1)

2013-09-09 Thread Parn Yin
Public bug reported: My Sikuli IDE 1.0.1 today suddenly can't save images. This function worked on last week. :( So there must be some operations related to this bug but now I can't locate the steps accurately. But I will try. When I get some new information, I will update this bug. [Steps to R

[Sikuli-driver] [Bug 1222722] Re: Sikuli can't save images (IDE 1.0.1)

2013-09-09 Thread RaiMan
I guess you need the latest version from Sept 4th (run setup again) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1222722 Title: [1.0.1] IDE: can't save images after using image load button Stat

[Sikuli-driver] [Bug 1222722] Re: [1.0.1] IDE: can't save images after using image load button

2013-09-09 Thread RaiMan
** Summary changed: - Sikuli can't save images (IDE 1.0.1) + [1.0.1] IDE: can't save images after using image load button -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1222722 Title: [1.0.1] IDE

[Sikuli-driver] [Question #235392]: If else

2013-09-09 Thread panaceyya
New question #235392 on Sikuli: https://answers.launchpad.net/sikuli/+question/235392 Help please with the script: if found image0, click image1, then wait 1sec, click image2, click image3, wait 3s, press F5 if not found image0, press F5, return to the beginning of the scrypt like cycle 153 time

[Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread saaliha
New question #235394 on Sikuli: https://answers.launchpad.net/sikuli/+question/235394 Can you please let me know if there is a solution to check whether a text is present in particular region . If the text exists it should print the text exists and if it doesnt the text doesnt exists. I 've tri

Re: [Sikuli-driver] [Question #235392]: If else

2013-09-09 Thread RaiMan
Question #235392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235392 Status: Open => Answered RaiMan proposed the following answer: Want to do more complex things like just a row of clicks and waits? You have to get some basic Python knowledge (see faq 1858) For indentati

Re: [Sikuli-driver] [Question #235383]: Can I use Sikuli to test on environmet consisting of two VM?

2013-09-09 Thread Michał
Question #235383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235383 Summary changed to: Can I use Sikuli to test on environmet consisting of two VM? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread RaiMan
Question #235394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235394 Status: Open => Answered RaiMan proposed the following answer: found = False for text in a: if t.exists(text): print text + " exists" found = True break else: pri

Re: [Sikuli-driver] [Question #235383]: Can I use Sikuli to test on environmet consisting of two VM?

2013-09-09 Thread Michał
Question #235383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235383 Status: Answered => Open Michał is still having a problem: Thanks for the quick answer. If I can use it with VM I want to try it, Looks very promising. Is there an API to triger Sikuli on a remote box?

[Sikuli-driver] [Bug 1222722] Re: [1.0.1] IDE: can't save images after using image load button

2013-09-09 Thread Parn Yin
That works! Thank you RaiMan! I think we can close this bug. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1222722 Title: [1.0.1] IDE: can't save images after using image load button Status in S

Re: [Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread saaliha
Question #235394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235394 Status: Answered => Open saaliha is still having a problem: Thanks for the quick revert,RaiMan. I tried it out and it gave me the output as apple does not exists orange does not exists grapes does no

Re: [Sikuli-driver] [Question #235383]: Can I use Sikuli to test on environmet consisting of two VM?

2013-09-09 Thread RaiMan
Question #235383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235383 Status: Open => Answered RaiMan proposed the following answer: --- Is there an API to triger Sikuli on a remote box? see above ;-) Sikuli currently has no native support for any communication or synching

[Sikuli-driver] [Bug 1222722] Re: [1.0.1] IDE: can't save images after using image load button

2013-09-09 Thread RaiMan
Thanks for feedback ** Changed in: sikuli Status: New => Fix Committed ** Changed in: sikuli Importance: Undecided => Critical ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None => 1.1.0 ** Summary changed: - [1.0.1]

Re: [Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread RaiMan
Question #235394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235394 Status: Open => Answered RaiMan proposed the following answer: --- Here it reads the first charachter of the text and matches it. giving a string to for x in y, will loop for each character in y so you

[Sikuli-driver] [Bug 1222811] [NEW] [1.0.1] IDE: crashes when using open a "non-sikuli" path

2013-09-09 Thread Parn Yin
Public bug reported: [Steps to Reproduce] Suppose the Sikuli script is under "C:\ProjectSikuli\Script\test.sikuli" and now I have a Windows Explorer opened with "C:\ProjectSikuli\Script" folder. (1) Open Sikuli IDE. (2) Select "File" - "Open" from the menu bar. The "Open a Sikuli Source folder"

[Sikuli-driver] [Question #235398]: [use Sikuli in Eclipse] what is sikuli-basics.jar and what should I do?

2013-09-09 Thread Parn Yin
New question #235398 on Sikuli: https://answers.launchpad.net/sikuli/+question/235398 When using Sikuli in Eclipse, I often found this message in the beginning of the console: [error] Sikuli Jython API already on sys.path, but not from sikuli-basics.jar [error] Found here: C:\SikuliX\sikuli-java

[Sikuli-driver] [Bug 1222811] Re: [1.0.1] IDE: crashes when using open a "non-sikuli" path --- workaround

2013-09-09 Thread RaiMan
** Summary changed: - [1.0.1] IDE: crashes when using open a "non-sikuli" path + [1.0.1] IDE: crashes when using open a "non-sikuli" path --- workaround ** Changed in: sikuli Status: New => Fix Committed ** Changed in: sikuli Importance: Undecided => High ** Changed in: sikuli As

Re: [Sikuli-driver] [Question #193889]: does sikuli work on iPhone device --- sorry, no.

2013-09-09 Thread Dariusz Jankowski
Question #193889 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193889 Dariusz Jankowski requested more information: Are You going to support iPhone device in the future? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Bug 1222832] [NEW] Memory leak problem when creating "Region" objects

2013-09-09 Thread Dumas
Public bug reported: 1. Sikuli version : x1.0-rc3 (Maltipoo) 2. Operating system: Windows XP Professional SP3 32 bits 3. Procedure to reproduce the bug: Simply run the following script, monitoring the memory consumption of the javaw process (for example by using the task manager) ##SC

Re: [Sikuli-driver] [Question #193889]: does sikuli work on iPhone device --- sorry, no.

2013-09-09 Thread RaiMan
Question #193889 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193889 RaiMan proposed the following answer: earliest next year (depends on the availability of Java on iOS). -- You received this question notification because you are a member of Sikuli Drivers, which is an answ

Re: [Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread saaliha
Question #235394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235394 Status: Answered => Open saaliha is still having a problem: I'm on version 1.0.1. I tried printing it : t = selectRegion() a = ('grapes') found = False for text in a: if t.exists(text): prin

[Sikuli-driver] [Bug 1222832] Re: Memory leak problem when creating "Region" objects

2013-09-09 Thread RaiMan
cannot reproduce this with version 1.0.1 ** Summary changed: - Memory leak problem when creating "Region" objects + [RC3] Memory leak problem when creating "Region" objects -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://b

Re: [Sikuli-driver] [Question #235398]: [1.0.1] Eclipse: PythonPlugin: [error] Sikuli Jython API already on sys.path .....

2013-09-09 Thread RaiMan
Question #235398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235398 Assignee: None => RaiMan Summary changed to: [1.0.1] Eclipse: PythonPlugin: [error] Sikuli Jython API already on sys.path . -- You received this question notification because you are a member of S

Re: [Sikuli-driver] [Question #235398]: [1.0.1] Eclipse: PythonPlugin: [error] Sikuli Jython API already on sys.path .....

2013-09-09 Thread RaiMan
Question #235398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235398 Status: Open => Answered RaiMan proposed the following answer: You have extracted the Lib/sikuli folder and put it on python path in your project (I guess to have auto complete). Just ignore this messag

Re: [Sikuli-driver] [Question #235398]: [1.0.1] Eclipse: PythonPlugin: [error] Sikuli Jython API already on sys.path .....

2013-09-09 Thread Parn Yin
Question #235398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235398 Status: Answered => Solved Parn Yin 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,

Re: [Sikuli-driver] [Question #235383]: Can I use Sikuli to test on environmet consisting of two VM?

2013-09-09 Thread Michał
Question #235383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235383 Michał 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 Si

Re: [Sikuli-driver] [Question #235383]: Can I use Sikuli to test on environmet consisting of two VM?

2013-09-09 Thread Michał
Question #235383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235383 Status: Answered => Solved Michał confirmed that the question is solved: I misinterpreted your first answer sorry about asking same thing twice, Thanks again :) -- You received this question notificat

Re: [Sikuli-driver] [Question #235383]: Can I use Sikuli to test on environmet consisting of two VM?

2013-09-09 Thread Michał
Question #235383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235383 Michał posted a new comment: I misinterpreted your first answer sorry about asking same thing twice, Thanks again :) -- You received this question notification because you are a member of Sikuli Drivers, w

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-09 Thread RaiMan
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Open => Answered RaiMan proposed the following answer: it might be, that you have an old sikuli-script.jar somewhere on the class path. you have to say import org.sikuli.basics.Settings; S

Re: [Sikuli-driver] [Question #235419]: Import problem

2013-09-09 Thread Leonardo Carvalho Sobral dos Santos
Question #235419 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235419 Leonardo Carvalho Sobral dos Santos posted a new comment: eclipse message: SyntaxError: Non-ASCII character in file 'C:\Users\vntless\Desktop\Projetos\Workspace\Sikuli.Scripts\RMS\Sikuli_RMS\teste\RMS.py',

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-09 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Answered => Open Kurt Chen is still having a problem: Hi RaiMan, In Eclipse, I type "Settings" and "." will list all the variables for me in java, but I don't see "ClickDelay", so I guess my si

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-09 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Kurt Chen posted a new comment: My email: kc...@boardvantage.com Thanks. -Kurt. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #235229]: App not found Windows 8.1

2013-09-09 Thread Shawn Robertson
Question #235229 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235229 Shawn Robertson posted a new comment: I will continue to keep poking at it and see what else I can find before entering any type of bug reports. i want to rule out any other possibilities first. Thanks Raiman

Re: [Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread saaliha
Question #235394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235394 Status: Answered => Open saaliha is still having a problem: With selectable text , I have already tried with Env.getClipboard() and was working perfect. But this particular problem is with non- selecta

Re: [Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread RaiMan
Question #235394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235394 RaiMan proposed the following answer: if the text is selectable, you might simulate a copy (ctrl-c) and use Env.getClipboard() to get the text and check it -- You received this question notification because

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-09 Thread RaiMan
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Open => Answered RaiMan proposed the following answer: LOL, it is my coding and it is on the Java level Where did you get the above list? Might be old. Since you are in Eclipse, I thought this

Re: [Sikuli-driver] [Question #235392]: If else

2013-09-09 Thread panaceyya
Question #235392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235392 panaceyya posted a new comment: it doesnt clicks image1 ! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #235392]: If else

2013-09-09 Thread panaceyya
Question #235392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235392 panaceyya posted a new comment: for i in range(153): if not exists(IMAGE1): wait(4) type(Key.F5) continue # your stuff on indent level 1 wait(,1) find(Pattern(image1).simi

Re: [Sikuli-driver] [Bug 1222832] Re: Memory leak problem when creating "Region" objects

2013-09-09 Thread Dumas
Hi, Thank you for your quick response. Is there an standalone installer of Sikuli 1.0.1. I work on a test bench which is not connected to internet. Best Regards Pierre Dumas > Date: Mon, 9 Sep 2013 13:50:03 + > From: rmhdeve...@me.com > To: pierred...@hotmail.fr > Subject: [Bug 1222832] Re: M

Re: [Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread RaiMan
Question #235394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235394 Status: Open => Answered RaiMan proposed the following answer: so at least grapes should be found. pls check again: so you would have to say a = ('grapes',) # mind the trailing comma! or a = ['grapes']

Re: [Sikuli-driver] [Question #235392]: If else

2013-09-09 Thread RaiMan
Question #235392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235392 RaiMan requested more information: so what is the problem? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1222832] Re: [RC3] Memory leak problem when creating "Region" objects

2013-09-09 Thread RaiMan
look faq 2363 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1222832 Title: [RC3] Memory leak problem when creating "Region" objects Status in Sikuli: New Bug description: 1. Sikuli versi

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-09 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Answered => Open Kurt Chen is still having a problem: Hi RaiMan, I don't see Settings has the property "ClickDelay", the below is what I have found in api, where did you get this ? from Python

Re: [Sikuli-driver] [Question #235392]: If else

2013-09-09 Thread RaiMan
Question #235392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235392 RaiMan proposed the following answer: tried with slow motion? does the cursor move to image1? any error messages? BTW: for i in range(153): if not exists(IMAGE1): wait(4) type(Key.F

Re: [Sikuli-driver] [Question #235276]: [1.0] NoClassDefFoundError

2013-09-09 Thread rob
Question #235276 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235276 Status: Answered => Solved rob confirmed that the question is solved: so at the office, from my work desktop, i did steps 1 through 3a and 3b. when i double clicked the sikuli-setup.jar i got a pop up

Re: [Sikuli-driver] [Question #235394]: Can we have a check whether a text is present in particular region

2013-09-09 Thread RaiMan
Question #235394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235394 Status: Open => Answered RaiMan proposed the following answer: So I guess, this will not work currently. But to approve it, you might send me a sample screenshot with the texts silently to my mail at ht

[Sikuli-driver] [Question #235419]: Import problem

2013-09-09 Thread Leonardo Carvalho Sobral dos Santos
New question #235419 on Sikuli: https://answers.launchpad.net/sikuli/+question/235419 Hi, I installed Eclipse and import a script that I made using sikuli application. However Eclipse warning me with this message : "Undefined variable: sikuli Unresolved import: !! Unused import: !! Encountered "

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-09 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Answered => Solved Kurt Chen confirmed that the question is solved: Hi RaiMan, Yes, I got it. I was import "org.sikuli.script.Settings", it was old one. Thanks so much. -Kurt. -- You received

[Sikuli-driver] [Question #235426]: [1.0.1] Import Vision error

2013-09-09 Thread rob
New question #235426 on Sikuli: https://answers.launchpad.net/sikuli/+question/235426 i just upgraded to the new version 1.0.1 and I'm getting errors in some of my old scripts. here is the code, up to the line that fails: from sikuli import * import re from java.awt import Toolkit from java.awt.

[Sikuli-driver] [Question #235431]: Select text by pressing SHIFT+END

2013-09-09 Thread Eugene S
New question #235431 on Sikuli: https://answers.launchpad.net/sikuli/+question/235431 Hi, I want to select a line of text by pressing the following key combination: Shift + End I have attempted to do so in the following way: type(Key.HOME) type(Key.END, KeyModifier.SHIFT) This way the cursor ju

Re: [Sikuli-driver] [Question #235431]: Select text by pressing SHIFT+END

2013-09-09 Thread Eugene S
Question #235431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235431 Eugene S gave more information on the question: UPDATE Ok, I have found the below question with the workaround https://answers.launchpad.net/sikuli/+question/143874 So it seems that this BUG will not be fix

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-09 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: Reply to Comment #5: After testing, it seems that it can't work well. The loop "if s.exists(someImage, 0):" is executed only once. RaiMan, Do you know the reason? After lots of

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-09 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Solved => Open Kurt Chen is still having a problem: Hi RaiMan, One last question, what is the Jave code for hover(image), could you please give a example of java code for hover(), I really coul

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-09 Thread RaiMan
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Open => Answered RaiMan proposed the following answer: same usage as click(image) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer conta

[Sikuli-driver] [Question #235440]: Region() example help

2013-09-09 Thread rlkee888
New question #235440 on Sikuli: https://answers.launchpad.net/sikuli/+question/235440 Hi Sikuli Community I have been at it for sometime trying to use the region() function in Sikuli and have referred to many example, unfortunately not complete but sort of get the idea. Anyway what I am trying

Re: [Sikuli-driver] [Question #143874]: keyDown(Key.SHIFT) not working on Win with Num-Lock on -- switch it off ; -)

2013-09-09 Thread RaiMan
Question #143874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/143874 Linked to bug: #894312 https://bugs.launchpad.net/bugs/894312 "Windows: Selecting text using SHIFT + HOME does not work --- workaround" -- You received this question notification because you are

Re: [Sikuli-driver] [Question #235431]: Select text by pressing SHIFT+END

2013-09-09 Thread RaiMan
Question #235431 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235431 Linked to bug: #894312 https://bugs.launchpad.net/bugs/894312 "Windows: Selecting text using SHIFT + HOME does not work --- workaround" -- You received this question notification because you are