Re: [Sikuli-driver] [Question #665137]: Object orientation in Python scripts

2018-03-03 Thread CCIOLA
Question #665137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665137 Status: Answered => Open CCIOLA is still having a problem: Hi @RaiMan, Here is the thing: I need to test a complex desktop application that runs in Delphi and the only way to automate this test

[Sikuli-driver] [Question #665137]: Object orientation in SikuliX

2018-03-02 Thread CCIOLA
New question #665137 on Sikuli: https://answers.launchpad.net/sikuli/+question/665137 Hi, Is it possible to do object orientation in SikuliX? I am trying to do a main file get a method from another file but it's not working. main.py - - - import shutil from geraCPF import geraCPF class ma

Re: [Sikuli-driver] [Question #664859]: Jython cheat sheet

2018-03-01 Thread CCIOLA
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 CCIOLA posted a new comment: Thanks for the concern! :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #664859]: Jython cheat sheet

2018-03-01 Thread CCIOLA
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 CCIOLA posted a new comment: Thanks @podolyan-roman, @RaiMan, it could really help who is starting as a quick guide/reference. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #664859]: Jython cheat sheet

2018-03-01 Thread CCIOLA
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 Status: Answered => Open CCIOLA is still having a problem: Hi, I'm looking for a list or summary of the commands most applied on SikuliX, explaining what each one do, for instance: wait() - w

Re: [Sikuli-driver] [Question #664859]: Jython cheat sheet

2018-02-26 Thread CCIOLA
Question #664859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664859 Status: Answered => Open CCIOLA is still having a problem: Looking for Python does not help my need... -- You received this question notification because your team Sikuli Drivers is an answer cont

[Sikuli-driver] [Question #664860]: (Brazilian Portuguese) Jython cheat sheet

2018-02-23 Thread CCIOLA
A question was asked in a language (Brazilian Portuguese) spoken by none of the registered Sikuli answer contacts. https://answers.launchpad.net/sikuli/+question/664860 Olá, vocês conhecem algum cheat sheet do Jython, que liste especificamente os comandos principais? Estou procurando algo pareci

[Sikuli-driver] [Question #664859]: Jython cheat sheet

2018-02-23 Thread CCIOLA
New question #664859 on Sikuli: https://answers.launchpad.net/sikuli/+question/664859 Hi, do you know some Jython cheat sheet, listing the main commands? I am looking for something like this, but of Jython: https://thoughtbot.com/upcase/test-driven-rails-resources/capybara.pdf []s -- You rece

[Sikuli-driver] [Bug 1183671] Re: [1.0.1 ok] Observe: does not work anymore after success when used the second time on same region

2017-01-20 Thread CCIOLA
--- finally fixed with 1.0.1 the problem is fixed with Sikuli-1.0.0-SupplementalObserveOnlyOnce from the download page --- Please, where exactly I can find this fix? I'm having the problem with version 1.1.0 downloaded this week from https://launchpad.net/sikuli/sikulix/1.1.0 , cannot download 1.

Re: [Sikuli-driver] [Question #443121]: Error on upgrade to version 1.1.0 - Windows 7

2017-01-19 Thread CCIOLA
Question #443121 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/443121 Status: Answered => Solved CCIOLA confirmed that the question is solved: RaiMan, I let this question opened here because I'm still having problems with upgrade! Reported 1.1.1 issue on GitHub

Re: [Sikuli-driver] [Question #443121]: Error on upgrade to version 1.1.0 - Windows 7

2017-01-19 Thread CCIOLA
Question #443121 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/443121 CCIOLA posted a new comment: I was with a problem with my permissions on internet, got the correct files downloading at home, but had a problem with version 1.1.1 . At starting Sikuli, the command window

Re: [Sikuli-driver] [Question #443121]: Error on upgrade to version 1.1.0 - Windows 7

2017-01-18 Thread CCIOLA
Question #443121 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/443121 Status: Answered => Open CCIOLA is still having a problem: Hi Vadivelan, Already did the download of sikulixsetup-1.1.0.jar file and placed it on a new folder, but the download doesn't wor

[Sikuli-driver] [Question #443121]: Error on upgrade to version 1.1.0 - Windows 7

2017-01-18 Thread CCIOLA
New question #443121 on Sikuli: https://answers.launchpad.net/sikuli/+question/443121 I want to upgrade my 1.0.1 version to 1.1.0, but setup is not downloading the files. Got this popup message: --- Some of the downloads did not complete sucessfully. Check the logfile for possible error causes

Re: [Sikuli-driver] [Question #441903]: Does onAppear() has a minimun default time?

2017-01-17 Thread CCIOLA
Question #441903 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/441903 Status: Answered => Solved CCIOLA confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #441903]: Does onAppear() has a minimun default time?

2017-01-17 Thread CCIOLA
New question #441903 on Sikuli: https://answers.launchpad.net/sikuli/+question/441903 I'm trying to write an instruction to wait for an image appear on the screen, but sometimes my aplication takes too long to show the image, sometimes shows it on a shor period of time. I'm using onAppea

Re: [Sikuli-driver] [Question #340219]: How to use Alt-PrintScreen keys on capture(Screen()) command?

2016-08-12 Thread CCIOLA
Question #340219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/340219 Status: Answered => Solved CCIOLA confirmed that the question is solved: Thanks, masuo! Worked pretty good! firstWindow = App.focusedWindow() firstWindow.highlight(2) def captureIm

[Sikuli-driver] [Question #340219]: How to use Alt-PrintScreen keys on capture(Screen()) command?

2016-08-12 Thread CCIOLA
New question #340219 on Sikuli: https://answers.launchpad.net/sikuli/+question/340219 Hey guys, I have this function to take screenshots: def captureImage(): captureScreenshot = shutil.move(capture(S

Re: [Sikuli-driver] [Question #295628]: How to use Unit Test tool in Sikuli?

2016-06-24 Thread CCIOLA
Question #295628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295628 Status: Answered => Solved CCIOLA confirmed that the question is solved: Well the unit test menu entry is still available.. but I guess it's because of the version I have. I'll try to doe

Re: [Sikuli-driver] [Question #295628]: How to use Unit Test tool in Sikuli?

2016-06-24 Thread CCIOLA
Question #295628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295628 Status: Answered => Open CCIOLA is still having a problem: Sikuli X-1.0rc3 (r905) isn't the latest version? Downloaded the sikulixsetup-1.1.0.jar, putted it on a separated folder and installed

[Sikuli-driver] [Question #295628]: How to use Unit Test tool in Sikuli?

2016-06-24 Thread CCIOLA
New question #295628 on Sikuli: https://answers.launchpad.net/sikuli/+question/295628 Hi, I'd like to know how to use the "Unit Test" tool in Sikuli (that one found inside the "View" menu). Is this options really useful? -- You received this question notification because your team Sikuli Dri

Re: [Sikuli-driver] [Question #196436]: Suddenly Sikuli IDE stop working, while launching IDE it hangs on.

2016-06-15 Thread CCIOLA
Question #196436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196436 CCIOLA posted a new comment: @RaiMan, sorry about that... My Sikuli version is r930. I let it trying to run all night long, and from yesterday till today it finally worked!! I don't know what ha

Re: [Sikuli-driver] [Question #196436]: Suddenly Sikuli IDE stop working, while launching IDE it hangs on.

2016-06-14 Thread CCIOLA
Question #196436 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196436 CCIOLA posted a new comment: Hi, please help... Sikuli opens its window, but when I try to open an existing project or I try to type something on the source code area, it stops working. I cannot even play