[Sikuli-driver] [Question #678493]: How to take equal size screenshot

2019-02-11 Thread yashi rathore
New question #678493 on Sikuli: https://answers.launchpad.net/sikuli/+question/678493 Hi, I want to know how i can take screenshots of equal size , because i am trying to write some scripts to automate and i want to verify whether the button is enabled or disabled. I tried to take screenshot

Re: [Sikuli-driver] [Question #678420]: if expected image not exists in region/screen then scroll down the list box and see if expected image is present.

2019-02-11 Thread Thanigai
Question #678420 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678420 Status: Open => Solved Thanigai confirmed that the question is solved: Using do-while-loop i found solution for my problem. reg = Region(532,225,852,628) reg.highlight(5) x = 0 loop do

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-11 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Melvin Raymond gave more information on the question: I forgot to add the link to the page where I'm trying to figure out how to use the Sikuli Class app

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-11 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Status: Answered => Open Melvin Raymond is still having a problem: I don't seem to have a grip on using the syntax for that class App. This is the last one I tried. It's one of many attempts that keep

Re: [Sikuli-driver] [Question #678458]: I can't implement the rest of the function.

2019-02-11 Thread David Borghi
Question #678458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678458 Description changed to: Hello. I'm trying to add two new lines but they are not being recognized. The function: def do(a, b, ab, abc, ef, efg): if not (exists(a, 0) and exists(ab, 0)): return

Re: [Sikuli-driver] [Question #678478]: How to import cx_Oracle library into python SikuliX script --- not possible (C-based)

2019-02-11 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 RaiMan proposed the following answer: cx_Oracle only works with Python (C-based Python), but from there you cannot use SikuliX directly, but only with some Python-Java wrapping (like pyjnius). So if you

Re: [Sikuli-driver] [Question #678428]: [1.1.14 Jython] App() crashes with Java NPE --- sikulixapi.jar MUST be on Java classpath

2019-02-11 Thread RaiMan
Question #678428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678428 Summary changed to: [1.1.14 Jython] App() crashes with Java NPE --- sikulixapi.jar MUST be on Java classpath -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #678428]: [1.1.14 Jython] App() crashes with NullPointerException

2019-02-11 Thread RaiMan
Question #678428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678428 RaiMan proposed the following answer: I made some tests with different scenarios. --- pyjnius In the current shape of SikuliX it is not useable with jnius from Python. I now have it on the list to make it

Re: [Sikuli-driver] [Question #678478]: How to import cx_Oracle library into python SikuliX script --- not possible (C-based)

2019-02-11 Thread ANTONIO CARLOS PAES NASCIMENTO
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 ANTONIO CARLOS PAES NASCIMENTO posted a new comment: Hi RaiMan, First off all thanks for answering. And if I use another dev tool like Sublime and try to import sikulix inside that tool, or something in

Re: [Sikuli-driver] [Question #678478]: How to import cx_Oracle library into python SikuliX script --- not possible (C-based)

2019-02-11 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 Status: Open => Answered RaiMan proposed the following answer: Supposing the module cx_Oracle is in a place, where it can be found by SikuliX (containing folder is in sys.path). Sorry, but since

Re: [Sikuli-driver] [Question #678478]: How to import cx_Oracle library into python SikuliX script --- not possible (C-based)

2019-02-11 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 Summary changed to: How to import cx_Oracle library into python SikuliX script --- not possible (C-based) -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #678481]: App instance changed in 1.1.4 compared to 1.1.2?

2019-02-11 Thread RaiMan
Question #678481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678481 RaiMan proposed the following answer: The logs of the App features are now hidden by default. use print procedit or App.logOn() # switch on App.logOff() # off again -- You received this question

Re: [Sikuli-driver] [Question #678481]: App instance changed in 1.1.4 compared to 1.1.2?

2019-02-11 Thread RaiMan
Question #678481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678481 Status: Open => Answered RaiMan proposed the following answer: Yes, the App class is completely revised and still under development. Your problem might come from the fact, that now the open() waits for

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-11 Thread RaiMan
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Status: Open => Answered RaiMan proposed the following answer: All you need to learn how to implement your own keywords see here:

Re: [Sikuli-driver] [Question #678427]: Mojave : SikuliX IDE : I need to create a Keyword for invoking my app with Robotramework (from the SikuliX IDE)

2019-02-11 Thread Melvin Raymond
Question #678427 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678427 Melvin Raymond gave more information on the question: I was able to invoke my app using this chunk of code which a developer gave me. I will attempt to see if I can get the Robot Framework to use it with a

[Sikuli-driver] [Question #678481]: App instance changed in 1.1.4 compared to 1.1.2?

2019-02-11 Thread Shawn Robertson
New question #678481 on Sikuli: https://answers.launchpad.net/sikuli/+question/678481 i have been using nightly 1.1.2 since march 2018. I decided to try downloading and using the 1.1.4 Snapshot nightly (2019-01-30_21:31) when my script that contains an app instance like this: procedit =

[Sikuli-driver] [Question #678478]: How to import cx_Oracle library into python SikuliX script

2019-02-11 Thread ANTONIO CARLOS PAES NASCIMENTO
New question #678478 on Sikuli: https://answers.launchpad.net/sikuli/+question/678478 Hi guys, I'm trying to import cx_Oracle library into my python test script inside sikulix, however I'm getting this error: [error] script [ connect_and_print ] stopped with error at line --unknown-- [error]