Re: [Sikuli-driver] [Question #645942]: "while (count < 10):" loop doesn't seem to be working

2017-07-03 Thread arminius
Question #645942 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645942 Status: Answered => Solved arminius confirmed that the question is solved: thanks, forgot to put a "count = 1" just before it. -- You received this question notification because your team Sikuli Driver

Re: [Sikuli-driver] [Question #645950]: Mouse Actions are Blocked [UBUNTU DESKTOP VPS]

2017-07-03 Thread Jas
Question #645950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645950 Status: Open => Solved Jas confirmed that the question is solved: I ended up reinitializing the VPS. Instead of NoMachine@Ubuntu 12.04 I just updated to 16.04 and went with XRDP instead. Works now. I

Re: [Sikuli-driver] [Question #645950]: Mouse Actions are Blocked [UBUNTU DESKTOP VPS]

2017-07-03 Thread Jas
Question #645950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645950 Jas gave more information on the question: does anyone know what I would potentially have to change. Im running NoMachine / Gnome Virtual Desktop. -- You received this question notification because your te

Re: [Sikuli-driver] [Question #645950]: Mouse Actions are Blocked [UBUNTU DESKTOP VPS]

2017-07-03 Thread Jas
Question #645950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645950 Status: Answered => Open Jas is still having a problem: [info] runcmd: lsb_release -i -r -s libdc1394 error: Failed to initialize libdc1394 [error] RobotDesktop: checkMousePosition: should be L(683,384)

Re: [Sikuli-driver] [Question #645950]: Mouse Actions are Blocked [UBUNTU DESKTOP VPS]

2017-07-03 Thread RaiMan
Question #645950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645950 Status: Open => Answered RaiMan proposed the following answer: Ok, then you have to check your VM settings about the Mose behavior. Before you go further, you should simply test, wether SikuliX can clic

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-03 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: I didn't say anything about making "functions static" You have to do on the Java level, what was mentioned in comment #4 for the scripting

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-03 Thread vignesh
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Answered => Open vignesh is still having a problem: Updated to sikuli 1.1.1. imported "org.sikuli.basics.Settings". made the function to "static" as you suggested. The command "screen.find("s

Re: [Sikuli-driver] [Question #645950]: Mouse Actions are Blocked [UBUNTU DESKTOP VPS]

2017-07-03 Thread Jas
Question #645950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645950 Status: Answered => Open Jas is still having a problem: I can confirm I'm using ver. 1.1.1. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-03 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: You SHOULD upgrade your SikuliX to version 1.1.1 of course. At the Java level the respective class is: org.sikuli.basics.Settings and the

Re: [Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli - not possible (C-based)

2017-07-03 Thread MPE
Question #645933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645933 Status: Answered => Solved MPE confirmed that the question is solved: Hi Raiman, I decided to use the xlrd and xlwt modules, which do exactly what I need. Thanks putting me on the right track! -- You

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-03 Thread vignesh
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Answered => Open vignesh is still having a problem: Raiman, FYI, 1. I used Sikuli-setup.jar for sikuli configuration version:1.0.1 2. I am not using Sikuli-IDE, i am automating Flex-Webpage usi

Re: [Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-07-03 Thread Manfred Hampl
Question #645666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645666 Status: Open => Answered Manfred Hampl proposed the following answer: in https://answers.launchpad.net/sikuli/+question/643830 you had ml = Env.getMouseLocation() print ml print ml.getX() print ml.getY(

Re: [Sikuli-driver] [Question #645942]: "while (count < 10):" loop doesn't seem to be working

2017-07-03 Thread Manfred Hampl
Question #645942 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645942 Manfred Hampl proposed the following answer: Another potential pitfall: what is the value of count before the loop? If you re-use a counter from a previous loop, it might already be > 10 -- You received thi

Re: [Sikuli-driver] [Question #645950]: Mouse Actions are Blocked [UBUNTU DESKTOP VPS]

2017-07-03 Thread RaiMan
Question #645950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645950 Status: Open => Answered RaiMan proposed the following answer: be sure to use the latest SikuliX version 1.1.1 -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli - not possible (C-based)

2017-07-03 Thread RaiMan
Question #645933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645933 RaiMan proposed the following answer: see the edit in the question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli - not possible (C-based)

2017-07-03 Thread RaiMan
Question #645933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645933 Summary changed to: How to import openpyxl module into Sikuli - not possible (C-based) Description changed to: - workaround Since openpyxl depends on numpy and pandas it cannot be imported i