[Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-08 Thread Sam
New question #272223 on Sikuli: https://answers.launchpad.net/sikuli/+question/272223 I'm currently using: type(Key.RIGHT, KeyModifier.CTRL+KeyModifier.SHIFT) These are older threads below, but in one of them you state that it is not possible to highlight text in this way. It is not working fo

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-08 Thread RaiMan
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 Status: Open => Answered RaiMan proposed the following answer: only the first question has something to do with your case, since only here we talk about using SHIFT together with arrow keys to highlight

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-09 Thread Sam
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 Status: Answered => Open Sam is still having a problem: Thanks. I'm finding the element to the right of it and then just highlighting right to capture it. Unfortunately, I ctrl+shift +right doesn't seem

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-09 Thread RaiMan
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 Status: Open => Answered RaiMan proposed the following answer: I have no problems with that (Win 10-64, Java 8, SikuliX 1.1.0): App.focus("Google Chrome") wait(1) type("l", KeyModifier.CTRL) ZIP="60604

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-09 Thread Sam
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 Sam posted a new comment: Thanks. I tried the above code and I've tried using wait in the past. For whatever reason, my system (windows 7 64 bit) just reads it as pressing an arrow key. It seems to ignore cnt

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-10 Thread RaiMan
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 RaiMan proposed the following answer: Ok, I have to admit: not tested on Win 7. There have always been glitches with the Java Robot /the thing used internally for key simulation) with Windows in the past. S

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-11 Thread masuo
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 masuo posted a new comment: I found a similar question . https://answers.launchpad.net/sikuli/+question/200442 https://answers.launchpad.net/sikuli/+question/256442 At NumLock key off situation, it works goo

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-12 Thread Sam
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 Sam posted a new comment: Thanks RaiMan, I definitely could use Selenium. I'm hoping I can find another way to do it because I really only need to pull one piece of information from the webpage. If I can't f

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-12 Thread Sam
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 Status: Answered => Solved Sam confirmed that the question is solved: @masuo You were correct. This combination only works when numlock is off. Thanks so much -- You received this question notificatio