Re: [Sikuli-driver] [Question #673296]: [1.1.4] IDE crashes on taking screenshots --- Jython must be available

2018-10-10 Thread HAL-9000
Question #673296 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673296 HAL-9000 posted a new comment: Had same behavior going on with Sikulix.jar standalone on my Mac and found this thread. Thanks Raiman for the debug java jar switch -v out of the terminal in comment #8

[Sikuli-driver] [Bug 1444325] Re: [1.1.0] Mac OSX 10.10: IDE Search feature not available (compatibility problems)

2015-06-11 Thread HAL-9000
Out of curiosity, what is the incompatible library? Digging around in Sikuli, it would appear MacUtil to be most likely offender. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1444325 Title:

Re: [Sikuli-driver] [Question #241319]: Test Suite and Special Character

2013-12-27 Thread HAL-9000
Question #241319 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241319 HAL-9000 posted a new comment: Hey Raphael, I use Jython/unittest with my own XML test runner for reporting. There are however test runners publicly available for aggregating data from unittest

Re: [Sikuli-driver] [Question #241319]: Test Suite and Special Character

2013-12-27 Thread HAL-9000
Question #241319 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241319 HAL-9000 proposed the following answer: Hey Rafael, You're using Jython if you're using Sikuli. Jython is just Python in Java, so in Sikuli-land the names are interchangeable. In the case of special

Re: [Sikuli-driver] [Question #234428]: how do i swipe right or left on an android emulator using Sikuli IDE

2013-12-26 Thread HAL-9000
Question #234428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234428 HAL-9000 posted a new comment: I use variations of this function all the time to find specific objects in a list. def ScrollDown(target, anchor, stop): while not region.exists(target

Re: [Sikuli-driver] [Question #240511]: How same sikuli script can work with different resolutions of Android Phones

2013-12-09 Thread HAL-9000
Question #240511 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240511 HAL-9000 posted a new comment: If you are scripting to target Android emulators there are a couple things to remember: Display Scaling: Screen Size, Scale, and Monitor DPI all appear in making Android

[Sikuli-driver] [Question #236695]: With Xcode 5, App.focus() no longer finds iPhone Simulator

2013-10-01 Thread HAL-9000
New question #236695 on Sikuli: https://answers.launchpad.net/sikuli/+question/236695 Hey all, Use Sikuli to automate iPhone apps in the simulator, which it does quite well. Installed Xcode 5 with iOS 7 and was updating scripts for some of the new UI imagery and interactions when I noticed

Re: [Sikuli-driver] [Question #236695]: With Xcode 5, App.focus() no longer finds iPhone Simulator

2013-10-01 Thread HAL-9000
Question #236695 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236695 Status: Open = Solved HAL-9000 confirmed that the question is solved: Just solved my own problem, beware Xcode developer preview leftovers on computer before installing actual release! Yikes what a mess

Re: [Sikuli-driver] [Question #219849]: Sikuli for iOS

2013-01-29 Thread HAL-9000
Question #219849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/219849 HAL-9000 posted a new comment: Just to ad something about iOS Sims here, the Selenium driver is for webkit frames hosted in the Simulator. Anything using Apple iOS API's (like Cocoa interface objects

Re: [Sikuli-driver] [Question #212372]: How to get the test reports after running the sikuli scripts

2012-10-26 Thread HAL-9000
Question #212372 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/212372 HAL-9000 posted a new comment: It looks like you're trying to make your report.html in a write- protected location. Try moving the location of the report from C:\Sikuli\Reports\ to a location where

Re: [Sikuli-driver] [Question #209853]: Is Sikuli development dead or what?

2012-10-01 Thread HAL-9000
Question #209853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209853 HAL-9000 posted a new comment: Wow. Thanks RaiMan. I see your name all over Launchpad with Sikuli stuff. From best I can tell, looks like you're kind of the product-owner in so much as there is one

Re: [Sikuli-driver] [Question #209853]: Is Sikuli development dead or what?

2012-10-01 Thread HAL-9000
Question #209853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/209853 Status: Answered = Solved HAL-9000 confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #209853]: Is Sikuli development dead or what?

2012-09-28 Thread HAL-9000
New question #209853 on Sikuli: https://answers.launchpad.net/sikuli/+question/209853 Hey all, I've used Sikuli for some time and have automated a lot of mobile stuff with it. The WYSIWYG-ness of the thing can't be beat, and its ability to pick out changes in graphics is handy with our manic