Re: [Sikuli-driver] [Question #251336]: [1.1.0 beta2] Win8 32bit: does not move mouse pointer with click() - Win 7 works

2014-07-09 Thread RaiMan
Question #251336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251336 Summary changed to: [1.1.0 beta2] Win8 32bit: does not move mouse pointer with click() - Win 7 works -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #251336]: [1.1.0 beta2] Win8 32bit: does not move mouse pointer with click() - Win 7 works

2014-07-09 Thread RaiMan
Question #251336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251336 Status: Open = Answered RaiMan proposed the following answer: screen resolution does not matter for moving the mouse with a click. Currently there is no additional debugging option. That mouse move

Re: [Sikuli-driver] [Question #248709]: Need help to manipulate Date picker

2014-07-09 Thread Atul Desai
Question #248709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248709 Atul Desai posted a new comment: Thank you Raiman, I will definitely try this solution and let you know in case of any concerns or queries. -- You received this question notification because you are a

[Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-09 Thread Harry
New question #251396 on Sikuli: https://answers.launchpad.net/sikuli/+question/251396 How to create xml report using xmltestrunner for test suite. Please help -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #251123]: [1.0.1] Can't run tests via ant script and batch file

2014-07-09 Thread J
Question #251123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251123 Status: Answered = Solved J confirmed that the question is solved: Hi RaiMan, I don't think that I had any RC3 stuff on my machine, but my coworker figured out that we needed to use JRE instead of JDK

Re: [Sikuli-driver] [Question #251402]: stop input after a few time

2014-07-09 Thread aorior
Question #251402 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251402 Status: Open = Solved aorior confirmed that the question is solved: I do that: import threading class MT (threading.Thread): def __init__ (self,Fenetre): threading.Thread.__init__ (self,

Re: [Sikuli-driver] [Question #251123]: [1.0.1] Can't run tests via ant script and batch file

2014-07-09 Thread RaiMan
Question #251123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251123 RaiMan posted a new comment: Interesting - though fine that it works. I use only JDK's on all of my machines/systems and that works without problems. -- You received this question notification because you

Re: [Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-09 Thread Harry
Question #251396 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251396 Status: Answered = Open Harry is still having a problem: this is my code.Let me know if i m doing something wrong From this case blank xml page is getting generated Please help

[Sikuli-driver] [Question #251409]: spotlight.png looks like a file but not on disk osx

2014-07-09 Thread Michael Tibbatts
New question #251409 on Sikuli: https://answers.launchpad.net/sikuli/+question/251409 I am trying to carry out the Hello World code example found at http://doc.sikuli.org/faq/030-java-dev.html using Eclipse. Though after following all the necessary steps when I run the program I receive the

Re: [Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-09 Thread RaiMan
Question #251396 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251396 Status: Open = Answered RaiMan proposed the following answer: # some code above --- ok def suite(): suite.addTest(xmlreport('open_the_emulator_and_launch_the_securechatapp'))

Re: [Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-09 Thread Harry
Question #251396 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251396 Status: Answered = Open Harry is still having a problem: I copied the code. Now the error is getting as AttributeError ( 'function' object has no attribute 'addTest' ) -- You received this question

Re: [Sikuli-driver] [Question #102880]: How to make Sikuli work on Centos platform

2014-07-09 Thread AMS
Question #102880 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/102880 AMS posted a new comment: I know this is an old question but from what I have read/found Linux distros such as Cent are not really a straight-forward or easy install. Windows Mac on the other hand are the

Re: [Sikuli-driver] [Question #251409]: spotlight.png looks like a file but not on disk osx

2014-07-09 Thread RaiMan
Question #251409 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251409 Status: Open = Answered RaiMan proposed the following answer: this should work, if in your Eclipse project at the root level there is the folder imgs containing spotlight.png for version 1.0.1:

Re: [Sikuli-driver] [Question #251396]: How to create xml report using xmltestrunner for test suite

2014-07-09 Thread RaiMan
Question #251396 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251396 Status: Open = Answered RaiMan proposed the following answer: uups, overseen. # code before ok def createSuite(): suite = unittest.TestSuite();

Re: [Sikuli-driver] [Question #251402]: stop input after a few time

2014-07-09 Thread RaiMan
Question #251402 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251402 Linked to bug: #1339809 https://bugs.launchpad.net/bugs/1339809 [request] want a timed input function (closes after a given time) -- You received this question notification because you are a

[Sikuli-driver] [Question #251402]: Status of bug #1339809 changed to 'In Progress' in Sikuli

2014-07-09 Thread RaiMan
Bug #1339809 status changed in Sikuli: New = In Progress https://bugs.launchpad.net/sikuli/+bug/1339809 [request] want a timed input function (closes after a given time) This bug is linked to #251402. stop input after a few time https://answers.launchpad.net/sikuli/+question/251402 -- You

[Sikuli-driver] [Bug 1339809] [NEW] [request] want a timed input function (closes after a given time)

2014-07-09 Thread RaiMan
Public bug reported: Hi, I would like to stop input after a few time. I mean that I ask user a question and if he doesn't answer after a few time, the script continue without this information. I read something about Thread but I don't actually understand. So if someone has another solution, or

Re: [Sikuli-driver] [Question #102880]: How to make Sikuli work on Centos platform

2014-07-09 Thread RaiMan
Question #102880 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/102880 RaiMan posted a new comment: *** RaiMan is working on putting together a single package/installer for Linux Ubuntu I will surely never put together any packages/installers for Linux-versions. The only

Re: [Sikuli-driver] [Question #102880]: How to make Sikuli work on Centos platform

2014-07-09 Thread AMS
Question #102880 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/102880 AMS posted a new comment: Thanks for the clarification. I know from my experience trying to get Sikuli to work on CentOS that its challenging. I was able to get it to install on the other platforms so I am

Re: [Sikuli-driver] [Question #251409]: spotlight.png looks like a file but not on disk osx

2014-07-09 Thread Michael Tibbatts
Question #251409 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251409 Michael Tibbatts posted a new comment: I have now added the images to the imgs folder, the images where obtained using command, shift + 4 to obtain the cropped image. Though I now get a new error

[Sikuli-driver] [Question #251433]: dragDrop behavior changed in 1.0.1 (ServiceUpdate 1.0.1) release for Java

2014-07-09 Thread Jeremiah Jacquet
New question #251433 on Sikuli: https://answers.launchpad.net/sikuli/+question/251433 In my last version of sikuli I was able to drag screen on simulators and emulators around using the following code: Screen s = new Screen(); // scroll page down to unitl a

Re: [Sikuli-driver] [Question #251433]: dragDrop behavior changed in 1.0.1 (ServiceUpdate 1.0.1) release for Java

2014-07-09 Thread Jeremiah Jacquet
Question #251433 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251433 Description changed to: In my last version of sikuli I was able to drag screen on simulators and emulators around using the following code: Screen s = new Screen(); // scroll

Re: [Sikuli-driver] [Question #251433]: dragDrop behavior changed in 1.0.1 (ServiceUpdate 1.0.1) release for Java

2014-07-09 Thread Jeremiah Jacquet
Question #251433 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251433 Description changed to: In my last version of sikuli I was able to drag screen on simulators and emulators around using the following code: Screen s = new Screen(); // scroll

Re: [Sikuli-driver] [Question #251433]: dragDrop behavior changed in 1.0.1 (ServiceUpdate 1.0.1) release for Java

2014-07-09 Thread Jeremiah Jacquet
Question #251433 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251433 Jeremiah Jacquet gave more information on the question: OK, I just fixed it by using the mouseDown and mouseMove methods, but I had to use images to define the location in which it was to drag from and to. I