Re: [Sikuli-driver] [Question #657190]: Jenkins runs batch file forever

2017-08-31 Thread masuo
Question #657190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657190 Status: Open => Answered masuo proposed the following answer: Why did you use "call" , "sikulix.jar" , "stringTest.py"? How to run SikuliX from Command Line

Re: [Sikuli-driver] [Question #656852]: run sikuli with jenkins and git

2017-08-31 Thread masuo
Question #656852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656852 Status: Open => Answered masuo proposed the following answer: Why did you use "call" , "sikulix.jar" , "stringTest.py"? How to run SikuliX from Command Line

Re: [Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-08-31 Thread Manfred Hampl
Question #657192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657192 Status: Open => Answered Manfred Hampl proposed the following answer: Read the manual. http://sikulix-2014.readthedocs.io/en/latest/keys.html -- You received this question notification because your

[Sikuli-driver] [Question #657206]: Explosions rock Harvey-flooded Arkema chemical plant in Crosby, Texas

2017-08-31 Thread bee82
New question #657206 on Sikuli: https://answers.launchpad.net/sikuli/+question/657206 Fires and two explosions rocked a flooded Houston-area chemical plant early Thursday, sending up a plume that federal authorities described as “incredibly dangerous” and adding a potential new hazard to the

[Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-08-31 Thread Anandhi Vairamanickam
New question #657192 on Sikuli: https://answers.launchpad.net/sikuli/+question/657192 Hi, In Sikuli we have key attributes Key.Enter to press the ENTER key and Key.Tab to press the TAB key in the keyboard. Similarly, I would like to know the key attribute for the Function key 'Fn' in Sikuli

Re: [Sikuli-driver] [Question #657191]: Sikuli integration with Jira

2017-08-31 Thread Anandhi Vairamanickam
Question #657191 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657191 Summary changed to: Sikuli integration with Jira -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #657191]: Sikuli integigration with Jira

2017-08-31 Thread Anandhi Vairamanickam
New question #657191 on Sikuli: https://answers.launchpad.net/sikuli/+question/657191 Hi, I have written sikuli scripts to test an application. I would like to update the test result(Pass/Fail) to JIRA. Please let me know how to do it. I would like to know how to integrate Sikulix with JIRA.

[Sikuli-driver] [Question #657190]: Jenkins runs batch file forever

2017-08-31 Thread Monika
New question #657190 on Sikuli: https://answers.launchpad.net/sikuli/+question/657190 I received another strange behaviour, jenkins tries to run the sikuli script via the batch file. I did like masuo said, i made a batch file with this: ECHO OFF ECHO %time% call "C:\Users\Monica

Re: [Sikuli-driver] [Question #656852]: run sikuli with jenkins and git

2017-08-31 Thread Monika
Question #656852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656852 Status: Solved => Open Monika is still having a problem: I received another strange behaviour, jenkins tries to run the sikuli script via the batch file. I did like masuo said, i made a batch file with

Re: [Sikuli-driver] [Question #657179]: Current popup window remains in the tray after breaking

2017-08-31 Thread Alex Lunyov
Question #657179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657179 Alex Lunyov gave more information on the question: In addition: I'm using Win 7-64 bit, SikuliX 1.1.2 the last July 2017 version. -- You received this question notification because your team Sikuli Drivers

[Sikuli-driver] [Question #657179]: Current popup window remains in the tray after breaking

2017-08-31 Thread Alex Lunyov
New question #657179 on Sikuli: https://answers.launchpad.net/sikuli/+question/657179 Current popup window remains in the tray after breaking (Shift+Alt+C) the main process and pressing OK button on the popup window. So, a lot of such remains one can see in the tray after several breaking

Re: [Sikuli-driver] [Question #656852]: run sikuli with jenkins and git

2017-08-31 Thread Monika
Question #656852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656852 Status: Answered => Solved Monika confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

[Sikuli-driver] [Bug 1713405] Re: Trying to run Sikuli 1.1.1 and robot framework3.0 in Mac osx 10.12 sierra. facing issue Exception: org.python.core.PyException thrown from the UncaughtExceptionHandle

2017-08-31 Thread Abhishekgupta
Hi, I tried using pdb step by step debugging but didn't got any result here is my sikuli code import pdb import sys from sikuli import * import org.sikuli.script.Region as region; import org.sikuli.script.Sikulix as sikulix; from robot.api import logger #print(sys.path) print("boom")

Re: [Sikuli-driver] [Question #656852]: run sikuli with jenkins and git

2017-08-31 Thread Monika
Question #656852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656852 Monika posted a new comment: also jenkins doesnt recognize the schtask /run/tn test (my task is called test) command. where do i have to put that command? i put it in the configuring of my item. (item ->

[Sikuli-driver] [Question #657164]: firefox opening in background on running sikuli script

2017-08-31 Thread Mohamad Asif
New question #657164 on Sikuli: https://answers.launchpad.net/sikuli/+question/657164 I am using sikuli for the first time. I am using a mac book. When i run even an example code and run using firefox or chrome. the browser opens in a background but sikuli is running that's why i am getting

Re: [Sikuli-driver] [Question #656852]: run sikuli with jenkins and git

2017-08-31 Thread Monika
Question #656852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656852 Monika posted a new comment: or do you mean xyz sikuli is the file i am working on? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #656852]: run sikuli with jenkins and git

2017-08-31 Thread Monika
Question #656852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656852 Monika posted a new comment: I use Windows 10 with sikulix 1.1.1 and can't find the xyz.sikuli file there. You know where it may be ? -- You received this question notification because your team Sikuli