Re: [Sikuli-driver] [Question #643827]: Win10 doesn’t render RDP sessions when local screen locked

2017-06-14 Thread masuo
Question #643827 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643827 Status: Open => Answered masuo proposed the following answer: There is a similar question. How to continue script running when RDP window minimized. https://answers.launchpad.net/sikuli/+question/213636

Re: [Sikuli-driver] [Question #643686]: dragDrop with no screenshot? just basic text.

2017-06-14 Thread masuo
Question #643686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643686 masuo posted a new comment: When you close question, select best answer and click "This Solved My Problem" button. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-14 Thread masuo
Question #643830 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643830 Status: Open => Answered masuo proposed the following answer: see this document. http://sikulix-2014.readthedocs.io/en/latest/globals.html?highlight=getMouseLocation To realize what you want to do is

Re: [Sikuli-driver] [Question #643686]: dragDrop with no screenshot? just basic text.

2017-06-14 Thread arminius
Question #643686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643686 Status: Answered => Solved arminius confirmed that the question is solved: worked great, thanks -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #643830]: Print the current mouse cursors location

2017-06-14 Thread arminius
New question #643830 on Sikuli: https://answers.launchpad.net/sikuli/+question/643830 I have designed my program to deliver my mouse cursor to a spectic point in a screen shot, but I need to drag and drop between that position and the center of the screen. I can't do that without knowing where

[Sikuli-driver] [Question #643827]: Win10 doesn’t render RDP sessions when local screen locked

2017-06-14 Thread James
New question #643827 on Sikuli: https://answers.launchpad.net/sikuli/+question/643827 With Windows 7 I was able to RDP into a test machine running Server 2012, kick off a sikuli script, and then lock my local Win7 client’s screen. Windows would continue to render the RDP session (with the

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-14 Thread Abhi
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Needs information => Open Abhi gave more information on the question: if model which is drawn by SikuliX is not similar to the model screenshot then it saves that model to error folder and close

Re: [Sikuli-driver] [Question #643629]: Drag and drop while IF is untrue?

2017-06-14 Thread arminius
Question #643629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643629 Status: Open => Solved arminius confirmed that the question is solved: sorry, I had to log out and back in and when I tried again it worked fine. -- You received this question notification because

Re: [Sikuli-driver] [Question #643629]: Drag and drop while IF is untrue?

2017-06-14 Thread arminius
Question #643629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643629 Status: Solved => Open arminius is still having a problem: actually I spoke to soon, I didn't fully run the entire code, I was looking for the drag and drop operation. now it's returning with "[error]

Re: [Sikuli-driver] [Question #643629]: Drag and drop while IF is untrue?

2017-06-14 Thread arminius
Question #643629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643629 Status: Answered => Solved arminius confirmed that the question is solved: Worked great, thanks. -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #643462]: How to calculate the exact center of a computer screen?

2017-06-14 Thread arminius
Question #643462 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643462 Status: Answered => Solved arminius confirmed that the question is solved: Sorry, my bad, that worked great. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #643462]: How to calculate the exact center of a computer screen?

2017-06-14 Thread masuo
Question #643462 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643462 masuo posted a new comment: Please close if this question is solved. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #643686]: dragDrop with no screenshot? just basic text.

2017-06-14 Thread masuo
Question #643686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643686 Status: Open => Answered masuo proposed the following answer: if you want to drag & drop from (300,300) to (450,450). x1 = 300 y1 = 300 x2 = 450 y2 = 450 dragDrop(Location(x1,y1),Location(x2,y2)) --

[Sikuli-driver] [Bug 1489809] Re: [1.1.0] run sikuli script with jenkins

2017-06-14 Thread Bernd Sell
appearently i have the same problem when trying to run sikuli through an sshtask with cygwin as ssh-host. I get the following error message: 14-Jun-2017 14:03:48+++ running this Java 14-Jun-2017 14:03:52+++ trying to run SikuliX 14-Jun-2017 14:03:52+++ using: -Xms64M -Xmx512M

Re: [Sikuli-driver] [Question #643686]: dragDrop with no screenshot? just basic text.

2017-06-14 Thread arminius
Question #643686 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643686 Status: Answered => Open arminius is still having a problem: I couldn't find the answer in any of that, I see drag and drop there but I don't understand how to actually do it yet. It's like these

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-14 Thread Manfred Hampl
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Open => Needs information Manfred Hampl requested more information: The python instruction "assert False" aborts processing by generating an "AssertionError" message. So what you see is exactly

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-14 Thread Abhi
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Answered => Open Abhi is still having a problem: #If correct result(Molde)is not found on the screen, assert failure if not rgn.exists(Sikuli.Pattern(Model).similar(0.99)): #Captures the

Re: [Sikuli-driver] [Question #643780]: Can't find main class setup.RunSetup

2017-06-14 Thread Nicholas
Question #643780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643780 Nicholas posted a new comment: but* -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing

Re: [Sikuli-driver] [Question #643780]: Can't find main class setup.RunSetup

2017-06-14 Thread Nicholas
Question #643780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643780 Status: Answered => Open Nicholas is still having a problem: On Windows, is it available on Windows? I can run 1.1.0 instead, but 1.1.1 keeps pop up that msg However, I can't setup 1.1.0 successfully

Re: [Sikuli-driver] [Question #643780]: Can't find main class setup.RunSetup

2017-06-14 Thread RaiMan
Question #643780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643780 Status: Open => Answered RaiMan proposed the following answer: what system? Just doubleclick on downloaded jar - should work. Be sure you have read http://www.sikulix.com/quickstart/ -- You received

Re: [Sikuli-driver] [Question #643782]: Error displays while executing script.

2017-06-14 Thread Sandy Mendoza
Question #643782 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643782 Sandy Mendoza posted a new comment: Thanks for your help sir, I'll be back to you as soon as I fix the problem.. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #643782]: Error displays while executing script.

2017-06-14 Thread masuo
Question #643782 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643782 Status: Open => Answered masuo proposed the following answer: In case of loop a similar error will occur. You have to check loop in your code and change codes correctly. A similar error can be