[Sikuli-driver] [Question #270334]: Sikuli doesn't kill the CMD process in Windows after running the script is done

2015-08-13 Thread Zoran Lisovac
New question #270334 on Sikuli: https://answers.launchpad.net/sikuli/+question/270334 Hi, I run a sikuli test from a .bat file, which looks like this: C:\Documents and Settings\Administrator\Desktop\sikuli\runIDE.cmd -r C:\Documents and

Re: [Sikuli-driver] [Question #269755]: Looking for nightly build from around 2014/12/22

2015-08-13 Thread Launchpad Janitor
Question #269755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269755 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #269933]: Selecting text randomly

2015-08-13 Thread Sambit Das
Question #269933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269933 Status: Answered = Solved Sambit Das confirmed that the question is solved: Hi Eugene I didnt understand. Could you please share me in detail . I mean what do you mean by robust way of defining

Re: [Sikuli-driver] [Question #269746]: switchApp with Internet Explorer 10

2015-08-13 Thread Launchpad Janitor
Question #269746 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269746 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Question #270339]: if command for images

2015-08-13 Thread Mona
New question #270339 on Sikuli: https://answers.launchpad.net/sikuli/+question/270339 I am using 2 images. image 1 , image 2 if image 1 exists, it should popup some text same with other image else, popup some other text. My command is like below : if exists(Busy-1.PNG,2): popup(Busy)

Re: [Sikuli-driver] [Question #270342]: How to stop sikuli instances running in background?

2015-08-13 Thread hal3390
Question #270342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270342 hal3390 gave more information on the question: Is it possible, to display any debug information, while the script is running? -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #270342]: How to stop sikuli instances running in background?

2015-08-13 Thread hal3390
New question #270342 on Sikuli: https://answers.launchpad.net/sikuli/+question/270342 I'm currently use sikuli to automate CITRIX sessions, because parts of the workflow need minutes before we can continue and in future we want to automate it in a virtual machine. Because of this I use

[Sikuli-driver] [Question #270344]: Problem with maven and org.sikuli.script

2015-08-13 Thread avecc92
New question #270344 on Sikuli: https://answers.launchpad.net/sikuli/+question/270344 Welcome! I'm new to Sikuli and Maven. Im trying to configure my Jenkins slave with maven and sikuli. I succesfully configured selenium but I have problem with sikuli. I found some sikuli in maven repository

Re: [Sikuli-driver] [Question #269933]: Selecting text randomly

2015-08-13 Thread Sambit Das
Question #269933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269933 Status: Solved = Open Sambit Das is still having a problem: Sorry Eugene That was I wrongly clicked as solved. But still not solved the issue . Today I was trying to perform the action but didnot

Re: [Sikuli-driver] [Question #270342]: How to stop sikuli instances running in background?

2015-08-13 Thread masuo
Question #270342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270342 masuo posted a new comment: In the following url, we can learn about the options. http://sikulix-2014.readthedocs.org/en/latest/faq/010-command-line.html -- You received this question notification because

[Sikuli-driver] [Question #270350]: Troubles using Region - On Vanish

2015-08-13 Thread Razvan
New question #270350 on Sikuli: https://answers.launchpad.net/sikuli/+question/270350 Hello, I am new to Sikuli and am still struggling to fully understand the depths of the commands. I am trying to create a script that tests the display of a CAD program when viewing a CAD 3D model, by

Re: [Sikuli-driver] [Question #270339]: if command for images

2015-08-13 Thread Mona
Question #270339 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270339 Mona posted a new comment: Got the following error masuo [error] Error message: SyntaxError: (mismatched input 'else' expecting INDENT -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #270339]: if command for images

2015-08-13 Thread Mona
Question #270339 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270339 Mona posted a new comment: But the output for the last command is also popping the first popup i.e, Away. It is not working. Please suggest -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #270339]: if command for images

2015-08-13 Thread Mona
Question #270339 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270339 Mona posted a new comment: But worked this way. if not exists(Busy1.PNG,2): if not exists(available_2-2.PNG,2): if not exists(meeting.PNG,2): popup(Offline) else:

Re: [Sikuli-driver] [Question #270339]: if command for images

2015-08-13 Thread masuo
Question #270339 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270339 masuo posted a new comment: You have to find out, what Sikuli finds. For exsample: if exists(Busy1.PNG): getLastMatch().highlight(3) if exists(available_2-2.PNG): getLastMatch().highlight(3) if

Re: [Sikuli-driver] [Question #270344]: Problem with maven and org.sikuli.script

2015-08-13 Thread Eugene S
Question #270344 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270344 Status: Open = Answered Eugene S proposed the following answer: That should suffice: groupIdcom.sikulix/groupId artifactIdsikulixapi/artifactId version1.1.0-SNAPSHOT/version -- You received this

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-08-13 Thread Pramendra
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 Pramendra gave more information on the question: @xpnsau. also what is sikulixlibswin.jar; file you mentioned above? I am not finding this file after installing Sikuli 1.1.0. Is it required? Without this

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-08-13 Thread Pramendra
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 Status: Answered = Open Pramendra is still having a problem: Hi xpnsau I did as you mentioned above and i am getting below message and calc.exe is not opening. [log] App.open [-1:calc.exe] Hope this

Re: [Sikuli-driver] [Question #270342]: How to stop sikuli instances running in background?

2015-08-13 Thread hal3390
Question #270342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270342 hal3390 posted a new comment: thank you for the help, but this is not a solution for my primary question / problem -- You received this question notification because you are a member of Sikuli Drivers,