Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-11 Thread BOCHENG YIN
Question #679012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679012 Status: Answered => Solved BOCHENG YIN confirmed that the question is solved: It works! Thank you so much! RaiMan. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Answered => Open Melvin Raymond is still having a problem: OK, that was interesting. Didn't know how to do that, but now I do. I ran the following script and it appears to have opened my app,

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Answered RaiMan proposed the following answer: You should test your class GA4(object): outside RFW in an extra script: class GA4(object): def prepare_my_application(self, myApp):

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond gave more information on the question: KEYWORD GA4 . Stop My Application ${TESTAPP} Start / End / Elapsed: 20190311 13:05:21.224 / 20190311 13:05:34.521 / 00:00:13.297 13:05:34.521FAIL

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Needs information => Open Melvin Raymond gave more information on the question: TEARDOWN Suite Teardown Actions It appears to have actually closed my app as expected even though it got the

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Needs information RaiMan requested more information: where exactly do you get the exception? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-11 Thread RaiMan
Question #679012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679012 RaiMan proposed the following answer: I added a note to the docs -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
New question #679122 on Sikuli: https://answers.launchpad.net/sikuli/+question/679122 Using the following Configuration: - SikulixIDE-1.1.4-SNAPSHOT (updated to latest today) - Robot Framework I had previously built a script that worked fine with another application which could do a Suite

Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-11 Thread RaiMan
Question #679012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679012 RaiMan proposed the following answer: I am sorry, for misleading you. I now finally tried myself and had a look into the implementation. This is what currently works in your sense: exitValue =

Re: [Sikuli-driver] [Question #679058]: Trying to get sikuli java-scripts running on Ubuntu through jenkins-maven

2019-03-11 Thread RaiMan
Question #679058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679058 RaiMan proposed the following answer: repo setting and dep info are correct I do not know your environment, but apparently, the OSSRH repo is not accessed. --- is it okay to use it now ? Currently and

Re: [Sikuli-driver] [Question #679058]: Trying to get sikuli java-scripts running on Ubuntu through jenkins-maven

2019-03-11 Thread VJ
Question #679058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679058 VJ posted a new comment: Defined this repository in settings.xml below: sonatype-ossrh https://oss.sonatype.org/content/repositories/snapshots/ Defined

Re: [Sikuli-driver] [Question #679058]: Trying to get sikuli java-scripts running on Ubuntu through jenkins-maven

2019-03-11 Thread RaiMan
Question #679058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679058 RaiMan proposed the following answer: does not look like the latest 1.1.4 Sorry, but I do not support older versions any more about such special situations. -- You received this question notification

Re: [Sikuli-driver] [Question #679058]: Trying to get sikuli java-scripts running on Ubuntu through jenkins-maven

2019-03-11 Thread VJ
Question #679058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679058 VJ posted a new comment: I figured that we are using XVNC session to communicate with the browser on the jenkins-slave.. When I execute my scripts, Screen object initialization failed... my Code Snippet

Re: [Sikuli-driver] [Question #679058]: Trying to get sikuli java-scripts running on Ubuntu through jenkins-maven

2019-03-11 Thread VJ
Question #679058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679058 VJ posted a new comment: Thank you Raiman for the pointer; is it possible to fake screen on Ubuntu ? and are there any steps on how to do it.. Thank you so much.. -- You received this question

Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-11 Thread BOCHENG YIN
Question #679012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679012 BOCHENG YIN posted a new comment: Hi, RailMan, I just try it. It doesn't work. Let me summarize: [1]if like this: ++ try: runScript("./click.sikuli") exit(0) except:

Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-11 Thread RaiMan
Question #679012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679012 RaiMan proposed the following answer: No idea, why, but exit() in the try block leads to the processing of the except block. so do it this way: try: runScript("./testClick.sikuli") except:

Re: [Sikuli-driver] [Question #678997]: Not find exception thrown unexpectedly

2019-03-11 Thread RaiMan
Question #678997 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678997 RaiMan posted a new comment: Thanks for the clarification about the VNC app and the mouse cursor in the shot. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #679113]: showMonitors() – what does "None" mean?

2019-03-11 Thread RaiMan
Question #679113 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679113 Status: Open => Answered RaiMan proposed the following answer: testing with 1.1.4: a script containing only showMonitors() does not produce a None after *** end monitor configuration *** -- You

Re: [Sikuli-driver] [Question #678997]: Not find exception thrown unexpectedly

2019-03-11 Thread matteoa
Question #678997 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678997 matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678997]: Not find exception thrown unexpectedly

2019-03-11 Thread matteoa
Question #678997 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678997 Status: Answered => Solved matteoa confirmed that the question is solved: hello, thanks for support, I put your code on operation and it works. About the MouseMove we found that, possibly because we are

[Sikuli-driver] [Question #679113]: showMonitors() – what does "None" mean?

2019-03-11 Thread Rainer
New question #679113 on Sikuli: https://answers.launchpad.net/sikuli/+question/679113 Just used the showMonitors() command on one of my systems. It returned *** monitor configuration [ 2 Screen(s)] *** *** Primary is Screen 0 Screen 0: R[0,0 1680x1050]@S(0) Screen 1: R[-1680,0 1680x1050]@S(1)

Re: [Sikuli-driver] [Question #679104]: Use a raspberry

2019-03-11 Thread RaiMan
Question #679104 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679104 Status: Open => Answered RaiMan proposed the following answer: this might give you an impression: https://sikulix-2014.readthedocs.io/en/latest/newslinux.html#version-1-1-4-special-for-linux-people --

Re: [Sikuli-driver] [Question #678454]: .text() returns blank when no monitor connected

2019-03-11 Thread Launchpad Janitor
Question #678454 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678454 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