Re: [Sikuli-driver] [Question #679146]: sikulix adb keyevent

2019-03-13 Thread Kirill Sorokin
Question #679146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679146 Kirill Sorokin posted a new comment: Thank you for your answer! And nice soft too! ;) Today i found the way: ADBScreen.exec("input keyevent 4") -- You received this question notification because your team

Re: [Sikuli-driver] [Question #679028]: Export as jar built a corrupt file

2019-03-13 Thread ANTONIO CARLOS PAES NASCIMENTO
Question #679028 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679028 ANTONIO CARLOS PAES NASCIMENTO posted a new comment: Do you know some workaround? Something like execute the created script by command line for example.. Thanks, -- You received this question

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

2019-03-13 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond posted a new comment: OK, I agree. We should close. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-03-13 Thread RaiMan
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Status: Open => Answered RaiMan proposed the following answer: might be a focus problem. Take care, that the RDC window is activated, when the type() is done. -- You received this question

Re: [Sikuli-driver] [Question #679134]: Can Sikuli run a curl command on the command line?

2019-03-13 Thread RaiMan
Question #679134 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679134 Status: Open => Answered RaiMan proposed the following answer: as mentioned: use subProcess.Popen: https://www.jython.org/docs/library/subprocess.html#subprocess-subprocess-management ... but any

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

2019-03-13 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Solved RaiMan changed the question status: Ok, all the best. We should close this thread now. If you come up with new issues, pleas post a new question. -- You received this question

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

2019-03-13 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond gave more information on the question: Interesting. Yes, I had renamed the application to shorten it and so I wouldn't have to worry about spaces in the name. I should probably name it back to

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

2019-03-13 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: Interesting. Yes, I had renamed the application to shorten it and so I wouldn't have to worry about spaces in the name. I should

[Sikuli-driver] [Bug 1819878] [NEW] [1.1.4] Mac: App::close(): has problems when app name differs from process name

2019-03-13 Thread RaiMan
Public bug reported: 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 Setup, Suite Teardown, and a Test Case Teardown. I took that same

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

2019-03-13 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Linked to bug: #1819878 https://bugs.launchpad.net/bugs/1819878 "[1.1.4] Mac: App::close(): has problems when app name differs from process name" -- You received this question notification

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

2019-03-13 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Answered RaiMan proposed the following answer: Indeed seems to be a close() problem on Mac: the process name (Vernier Graphical Analysis) differs from the app name (GraphicalAnalysis)

Re: [Sikuli-driver] [Question #679146]: sikulix adb keyevent

2019-03-13 Thread RaiMan
Question #679146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679146 Status: Open => Answered RaiMan proposed the following answer: I have to check. But there are special ADB features in class Region (not yet in the docs ;-), that you might play with: (the Java API

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

2019-03-13 Thread RaiMan
Question #679058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679058 RaiMan proposed the following answer: --- headless display of the browser IMHO (but I do not have that much experience): this is a Selenium specific feature, that can only be used by the respective Selenium