[Sikuli-driver] [Bug 1447636] [NEW] 1.1 IDE can't save scripts

2015-04-23 Thread Zeks
Public bug reported: Windows 7 64 bit, latest sikuli 1.1 jar file. when trying to save scripts I get: [error] IDE: A non-IOException-problem when trying to save null Error: null What's interesting it does seem to save .py file, but hmtl is empty ** Affects: sikuli Importance: Undecided

Re: [Sikuli-driver] [Question #265760]: How to automate with pictures

2015-04-23 Thread Francisco
Question #265760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265760 Status: Answered = Solved Francisco confirmed that the question is solved: Thank you for the ideas! Meanwhile i've been reading some of your docs and i think i got it. Thanks for the help :) Regards,

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-04-23 Thread RaiMan
the content of the editor tab surely has nothing to do with the problem you get. So please again write down step by step, what you are doing, before you get this error. BTW: but once you make tabs 4 spaces again What do you mean by that? What exactly are you doing? ** Changed in: sikuli

Re: [Sikuli-driver] [Question #265660]: My imports stopped working when I moved to newest version (sys.path issue?)

2015-04-23 Thread forrest
Question #265660 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265660 Status: Answered = Open forrest is still having a problem: IF I set JYTHONPATH then I cannot even get the IDE or the interactive jython to start - both have same error NameError: name

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-04-23 Thread Zeks
UPD: transferring the text to this editor seems to have converted tabs to lesser amount of spaces (It was 4). The version from the post earlier if posted back into IDE can be saved, but once you make tabs 4 spaces again it starts failing -- You received this bug notification because you are a

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-04-23 Thread Zeks
Hm, no, actually, it persists through versions. The problem seems to arise from init/classes as none of my simple scripts ever displayed that behavior. As a test, you can try to save this text (it's a modified robot framework integration example): I tried to see if tehre is a consistent point at

[Sikuli-driver] [Question #265760]: How to automate with pictures

2015-04-23 Thread Francisco
New question #265760 on Sikuli: https://answers.launchpad.net/sikuli/+question/265760 Hello, First of all, great job, really like it! I am making an application to make automatic testing, using Selenium. In my app, you can click, type, and do other things with the elements on the web by using

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-04-23 Thread RaiMan
and be sure you really use the latest build of 1.1.0 and do not mix any stuff/settings with 1.0.1 or even earlier (system path, environment variables, ) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread eduardobedoya
Question #265768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265768 Description changed to: How can I move mouse to X, Y values in screen, and also to X,Y values relative to the current mouse position? I really would like to avoid using images, cuz in this case images

Re: [Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread RaiMan
Question #265768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265768 Status: Open = Answered RaiMan proposed the following answer: what about looking at the docs? Region methods. Env.getMouseLocation() Env.getMouseLocation(838,670) does not make any sense ;-) -- You

[Sikuli-driver] [Bug 1311031] Re: [1.0.1] crash cannot open system clipboard using getClipboard()

2015-04-23 Thread N0x1k
Hi RaiMan, Is there any update to this issue? We are using Ctrl+C a lot in our tests to get data from GUI of our software that is impossible to get out any other way (except for OCR, but we don't like to use that, since it's pretty unreliable) and this issue is happening from time to time forcing

Re: [Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread RaiMan
Question #265768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265768 RaiMan proposed the following answer: hover(x, y) should work -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-04-23 Thread Zeks
older version of sikuli (1.0.1) on the same machine does not have this problem -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447636 Title: 1.1 IDE can't save scripts Status in Sikuli: New

Re: [Sikuli-driver] [Question #265660]: My imports stopped working when I moved to newest version (sys.path issue?)

2015-04-23 Thread RaiMan
Question #265660 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265660 Status: Open = Needs information RaiMan requested more information: could please use C:\usrbin\sikulix\runsikulix.cmd -d 3 -c so the startup debug is shown and every output goes to the command line

Re: [Sikuli-driver] [Question #265760]: How to automate with pictures

2015-04-23 Thread RaiMan
Question #265760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265760 RaiMan proposed the following answer: Just start here: http://sikulix.com ... have a look into the docs and some basic examples (tons in the net) Depending on what you use with Selenium (Java, Python, ...)

Re: [Sikuli-driver] [Question #265760]: How to automate with pictures

2015-04-23 Thread Eugene S
Question #265760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265760 Status: Open = Answered Eugene S proposed the following answer: Hi, Yes, windows pop-ups are a problem for Selenium. It can't handle them as they are not a part of the browser which Selenium interacts

Re: [Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread eduardobedoya
Question #265768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265768 Summary changed to: How can I move mouse to X, Y values in screen, and also to X,Y values relative to the current mouse position? -- You received this question notification because you are a member of

[Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also in relative to the initial mouse position?

2015-04-23 Thread eduardobedoya
New question #265768 on Sikuli: https://answers.launchpad.net/sikuli/+question/265768 How can I move mouse to X, Y values in screen, and also to X,Y values relative to the current mouse position? I really would like to avoid using images, cuz in this case images change all time, but the size of

Re: [Sikuli-driver] [Question #265734]: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)

2015-04-23 Thread eduardobedoya
Question #265734 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265734 eduardobedoya posted a new comment: tHANKS RainMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #265776]: Is it possible to join a multiline string using python regex in Sikuli??

2015-04-23 Thread eduardobedoya
Question #265776 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265776 Description changed to: In sikuli I've get a multiline string from clipboard like this... Names = App.getClipboard(); Name = #corazona #Pebleo00 #cofriasd «paflio and I have use this regex to delete the

[Sikuli-driver] [Question #265776]: Is it possible to join a multiline string using python regex in Sikuli??

2015-04-23 Thread eduardobedoya
New question #265776 on Sikuli: https://answers.launchpad.net/sikuli/+question/265776 In sikuli I've get a multiline string from clipboard (content from a third OCR app) like this... Names = App.getClipboard(); Name = #corazona #Pebleo00 #cofriasd «paflio and I have use this regex to delete

Re: [Sikuli-driver] [Question #265776]: Is it possible to join a multiline string using python regex in Sikuli??

2015-04-23 Thread eduardobedoya
Question #265776 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265776 Description changed to: In sikuli I've get a multiline string from clipboard like this... Names = App.getClipboard(); Name = #corazona #Pebleo00 #cofriasd «paflio and I have use this regex to delete the

Re: [Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread eduardobedoya
Question #265768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265768 eduardobedoya gave more information on the question: Yes, I read before I tried this... hover(1000, 1000) but I got the error... [error] TypeError ( hover(): expected 0-1 args; got 2 ) x,y coordinates are

Re: [Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread eduardobedoya
Question #265768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265768 Status: Answered = Open eduardobedoya is still having a problem: Yes, I read before I tried this... hover(1040,1800) but I got the error... [error] TypeError ( hover(): expected 0-1 args; got 2 ) x,y

Re: [Sikuli-driver] [Question #265734]: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)

2015-04-23 Thread eduardobedoya
Question #265734 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265734 eduardobedoya posted a new comment: Thanks RainMan I said so, because I was having problems when using Lists which items has those characters in them In this case... a = App.getClipboard(); aAsList =

Re: [Sikuli-driver] [Question #265776]: Is it possible to join a multiline string using python regex in Sikuli??

2015-04-23 Thread eduardobedoya
Question #265776 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265776 Description changed to: In sikuli I've get a multiline string from clipboard like this... Names = App.getClipboard(); Name = #corazona #Pebleo00 #cofriasd «paflio and I have use this regex to delete the

Re: [Sikuli-driver] [Question #265776]: Is it possible to join a multiline string using python regex in Sikuli??

2015-04-23 Thread eduardobedoya
Question #265776 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265776 Description changed to: In sikuli I've get a multiline string from clipboard like this... Names = App.getClipboard(); Name = #corazona #Pebleo00 #cofriasd «paflio and I have use this regex to delete the

Re: [Sikuli-driver] [Question #265384]: App.focus() fails to focus

2015-04-23 Thread akshata
Question #265384 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265384 Status: Answered = Open akshata is still having a problem: Thanks for the solution. I tried to get the VS window out of the way for the moment and bring it back afterwards. But, when I minimize VS

[Sikuli-driver] [Question #265782]: Images of screen being generated and saved in images folder

2015-04-23 Thread Mik
New question #265782 on Sikuli: https://answers.launchpad.net/sikuli/+question/265782 OSX10.10.3 Sikuli1.1.0 Nightly 2015-04-23 I happened to notice that multiple images(8+) of the entire screen at 5mb+ a piece are being generated during script execution. I have been trying to deal with slow

Re: [Sikuli-driver] [Question #265660]: My imports stopped working when I moved to newest version (sys.path issue?)

2015-04-23 Thread forrest
Question #265660 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265660 Status: Needs information = Open forrest gave more information on the question: Re: ...could you please... #6 == Fresh Win Command Console == Microsoft

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

2015-04-23 Thread Steen
Well its freshly installed and updated fully, i installe the JAVA SDK and run sikuli.jar installer. let me know if you need some logs. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447096 Title:

Re: [Sikuli-driver] [Question #265487]: Run Sikuli Script in a PC without monitor connected

2015-04-23 Thread eduardobedoya
Question #265487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265487 Status: Answered = Open eduardobedoya is still having a problem: Thanks Eugene Ill test it. Im still wondering what are the software x11 solution?? or the hardware solution??? Thanks again. -- You

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-23 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 RaiMan posted a new comment: Since this problem can only happen on startup, you should instantly check your environment, when it happens. You should run with option -d 3 set and at the beginning of your

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

2015-04-23 Thread Steen
** Attachment added: sikuli.png https://bugs.launchpad.net/sikuli/+bug/1447096/+attachment/4381945/+files/sikuli.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447096 Title: [1.1.0] OS X

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

2015-04-23 Thread Steen
added pictures of which downloads i have used. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447096 Title: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow Status in Sikuli:

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

2015-04-23 Thread Steen
** Attachment added: java sdk https://bugs.launchpad.net/sikuli/+bug/1447096/+attachment/4381944/+files/java_sdk.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447096 Title: [1.1.0] OS X

Re: [Sikuli-driver] [Question #265619]: Is it possible to import 'Levenshtein distance between two given strings' in order to detect mispelled words in sikuli?

2015-04-23 Thread RaiMan
Question #265619 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265619 Status: Open = Answered RaiMan proposed the following answer: I just checked: fuzzywuzzy can be imported with SikuliX. The usage you have to sort out for yourself. The steps: - download from:

Re: [Sikuli-driver] [Question #265665]: About how sikuli works

2015-04-23 Thread RaiMan
Question #265665 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265665 RaiMan proposed the following answer: @comment #7 https://github.com/sikuli/sikuli/blob/X1.0-rc3 of course is for X1.0rc3 (the version before 1.0.1) (see https://launchpad.net/sikuli/+download) @comment

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

2015-04-23 Thread Steen
No Problem, Thank you for the best HW/SW test program there is! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447096 Title: [1.1.0] OS X 10.10.3: IDE: running scripts acting on some Mac apps:

[Sikuli-driver] [Bug 1445667] Re: [1.1.0] OS X 10.10.3 with Java 8: App.open(Mail) doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+)

2015-04-23 Thread RaiMan
** Summary changed: - [1.1.0] OS X 10.10.3: App.open(Mail) doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+) + [1.1.0] OS X 10.10.3 with Java 8: App.open(Mail) doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+) **

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3: IDE: running scripts acting on some Mac apps: work for about 60 seconds, then gets really slow --- workaround: run form command line

2015-04-23 Thread RaiMan
** Summary changed: - [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow + [1.1.0] OS X 10.10.3: IDE: running scripts acting on some Mac apps: work for about 60 seconds, then gets really slow --- workaround: run form command line ** Changed in: sikuli Status: Opinion = In

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3: IDE: running scripts acting on some Mac apps: work for about 60 seconds, then click/type get really slow --- workaround: run script from command

2015-04-23 Thread RaiMan
... and the App.open() problem is only with Java 8 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447096 Title: [1.1.0] OS X 10.10.3: IDE: running scripts acting on some Mac apps: work for

[Sikuli-driver] [Bug 1447518] [NEW] 10.10.3 App.open does not work on some aapps

2015-04-23 Thread Steen
Public bug reported: OSX 10.10.3 Sikuli nightly build 23-04-2015 Opening some apps via sikuli does not work. simply App.open('') run Does not work: Itunes Messages Photos App Store Notes ** Affects: sikuli Importance: Undecided Status: New -- You received this bug

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3 works for 16 loops, then gets really slow

2015-04-23 Thread RaiMan
Based on your video (thanks for that), I am now able to reproduce the problem with the app Notes. Interestingly, this is also an app, that cannot be opened with App.open() anymore with 10.10.3 (like some other native Mac apps bug 1445667) I am using the new AppleScript feature:

[Sikuli-driver] [Bug 1447518] Re: 10.10.3 App.open does not work on some aapps

2015-04-23 Thread RaiMan
*** This bug is a duplicate of bug 1445667 *** https://bugs.launchpad.net/bugs/1445667 2fast4me ;-) ** This bug has been marked a duplicate of bug 1445667 [1.1.0] OS X 10.10.3: App.open(Mail) doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+) --

[Sikuli-driver] [Bug 1447096] Re: [1.1.0] OS X 10.10.3: IDE: running scripts acting on some Mac apps: work for about 60 seconds, then click/type get really slow --- workaround: run script from command

2015-04-23 Thread RaiMan
Thanks for feedback. Starting the IDE with Java 7: the slowdown does not happen. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447096 Title: [1.1.0] OS X 10.10.3: IDE: running scripts acting

Re: [Sikuli-driver] [Question #265734]: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)

2015-04-23 Thread RaiMan
Question #265734 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265734 Description changed to: * question what is the difference between App.getClipboard(); and Env.getClipboard() ** answer no diff. App is the recommended use, using Env is deprecated. the

Re: [Sikuli-driver] [Question #265660]: My imports stopped working when I moved to newest version (sys.path issue?)

2015-04-23 Thread RaiMan
Question #265660 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265660 Status: Open = Answered RaiMan proposed the following answer: as mentioned in comment #2: with Jython use JYTHONPATH instead of PYTHONPATH, since per convention PYTHONPATH is not recognised by Jython,

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-23 Thread Geoff Bache
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Geoff Bache posted a new comment: Unfortunately, I still get this problem occasionally, so it seems my previous guess isn't correct. It doesn't seem to be as frequent but it still happens sometimes. -- You

[Sikuli-driver] [Bug 1445667] Re: [1.1.0] OS X 10.10.3 with Java 8: App.open(Mail) doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+)

2015-04-23 Thread RaiMan
** Changed in: sikuli Status: In Progress = Fix Committed ** Changed in: sikuli Importance: High = Critical ** Summary changed: - [1.1.0] OS X 10.10.3 with Java 8: App.open(Mail) doesn't work anymore --- specific Mac 10.10 problem --- workaround (available 2015-04-20+) + [1.1.0] OS X

Re: [Sikuli-driver] [Question #265734]: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)

2015-04-23 Thread RaiMan
Question #265734 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265734 RaiMan posted a new comment: there is no problem with utf-8 characters when using sikulix.jar to run a script. with the latest 1.1.0 running on Java 7+ and using the bundled Jython 2.7, this works: text =

Re: [Sikuli-driver] [Question #265768]: How can I move mouse to X, Y values in screen, and also to X, Y values relative to the current mouse position?

2015-04-23 Thread RaiMan
Question #265768 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265768 Status: Open = Answered RaiMan proposed the following answer: looking into the docs really helps -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #265776]: Is it possible to join a multiline string using python regex in Sikuli??

2015-04-23 Thread Eugene S
Question #265776 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265776 Status: Open = Answered Eugene S proposed the following answer: All standard Python functionality will work in Sikuli as well. Your question is purely Python. Refer to Python documentation. -- You

Re: [Sikuli-driver] [Question #265782]: Images of screen being generated and saved in images folder

2015-04-23 Thread Eugene S
Question #265782 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265782 Status: Open = Needs information Eugene S requested more information: What is the question? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer