Re: [Sikuli-driver] [Question #254608]: swipe functionality for iphone application at iOS Simulator

2014-09-16 Thread RaiMan
Question #254608 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254608 Status: Open => Answered RaiMan proposed the following answer: You have to script the mouse actions, that are used to manually do a swipe in the emulator using the mouse. relevant functions mouseDown(Bu

[Sikuli-driver] [Question #254608]: swipe functionality for iphone application at iOS Simulator

2014-09-16 Thread Ashishbajpai
New question #254608 on Sikuli: https://answers.launchpad.net/sikuli/+question/254608 Can we automate the swipe functionality for iphone application at iOS Simulator? I am exploring the tool so that I can opt it for iphone app automation instead of selenium. Thanks, Ashish Bajpai -- You rece

Re: [Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-16 Thread RaiMan
Question #254595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254595 RaiMan proposed the following answer: try the following: paste(unicode("тест", "utf8")) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-16 Thread RaiMan
Question #254595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254595 RaiMan requested more information: type does not work at all with UTF-8 characters, only letters, numbers and some special characters in the US-Keyboard layout. what version of Sikuli? -- You received this

Re: [Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-16 Thread Eugene S
Question #254595 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254595 Status: Open => Answered Eugene S proposed the following answer: Hi, Can you try and use "type(тест)" instead of "paste(тест)"? -- You received this question notification because you are a member of S

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-16 Thread Sher
So all I am trying to do is run a few tests on a MAC laptop, which of course has a screen as is permanently logged in. If I can get this to work on the actual Jenkins server, which is also OSX, and permanently logged in thats fine. I have tried wrapping up the commands in a shell script, but that

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-16 Thread RaiMan
I am running my nightly build production on a Jenkins installation on OSX server 10.9. what is your problem, besides the headless situation? Java AWT and Java Robot refuse to run on systems having no screen attached. As far as I understand, simply setting the X11 display is not enough. -- You r

[Sikuli-driver] [Bug 1370113] Re: [1.0.1] Mac: Sikuli ignores X11 DISPLAY variable on remote machine run via ssh

2014-09-16 Thread Sher
Ah dang, thats a shame, even using Jenkins agents the same problem is seen. Would be nice to know if anyone has managed to get Sikuli and Jenkins running on this version of OSX and Sikuli -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Siku

[Sikuli-driver] [Question #254595]: 'paste' in cyrillic encoding does not work

2014-09-16 Thread retano
New question #254595 on Sikuli: https://answers.launchpad.net/sikuli/+question/254595 Trying to paste any cyrillic string in LinuxMint 17 XFCE inside Firefox results in something like that: paste('тест') => тест Tried regional settings RU/ENG, Firefox RU/ENG. Tried solution from here: t='som

Re: [Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-16 Thread Ned
Question #254592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254592 Description changed to: Hello again, I have written a couple of functions to move through a scrollable list of of items, and capture an image of every entry on this list which is then appended to a list obje

[Sikuli-driver] [Question #254592]: Using a list of stored captures

2014-09-16 Thread Ned
New question #254592 on Sikuli: https://answers.launchpad.net/sikuli/+question/254592 Hello again, I have written a couple of functions to move through a scrollable list of of items, and capture an image of every entry on this list which is then appended to a list object called lCaptures. Wha

Re: [Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread sathya
Question #254587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254587 sathya posted a new comment: Sounds good :) Thanks again for your support. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1271463] Re: [1.0.1] IDE: menuShowThumbs truncates image paths

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: + should work now with 1.1.0 + -- + Sikuli IDE 1.0.1 Windows XP 32 bit I had in Jython code an image from alien folder, and it seemed to work well during execution: mywin.find("w:\\

[Sikuli-driver] [Bug 1273664] Re: [request] want a setup that runs from command line (no options dialog, only logs to file/commandline)

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: + available now with 1.1.0 2014-09-17+ + + java -jar sikulixsetup.jar options 1.1 1.2 1.3 2 3 4 5 + + any combination that makes sense according to the current numbering in + the setup dialog + + ---

Re: [Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread sathya
Question #254587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254587 sathya posted a new comment: @Raimund Yes the drop down is in focus and I've put a wait after that too. When i do it manually ctrl+shift+end works to select list in the menu but sikuli won't do it.

Re: [Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread RaiMan
Question #254587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254587 RaiMan proposed the following answer: if it is on Windows, there is some problem with the Num-Lock switch. check bug 894312 -- You received this question notification because you are a member of Sikuli Dri

[Sikuli-driver] [Bug 1370113] Re: No X11 DISPLAY variable was set message seen when running Sikuli script remotely

2014-09-16 Thread RaiMan
Sorry, but I cannot help you with that in the moment. I accept it as a bug to be fixed in version 1.2 later this year. ** Changed in: sikuli Status: New => In Progress ** Changed in: sikuli Importance: Undecided => High ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raim

[Sikuli-driver] [Bug 894312] Re: Windows: Selecting text using SHIFT + HOME does not work --- workaround

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: Medium => High ** Changed in: sikuli Milestone: 1.1.0 => 1.2.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/894312 Title: Windows: Selecting text using

Re: [Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread sathya
Question #254587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254587 Status: Answered => Solved sathya confirmed that the question is solved: Question resolved. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

Re: [Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread sathya
Question #254587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254587 sathya posted a new comment: @Raimund: Ah!! this explains it. Thanks a lot. That solved my problem. Hope this will be fixed in the upcoming version :) Cheers, Sathya -- You received this question notifi

Re: [Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread RaiMan
Question #254587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254587 RaiMan posted a new comment: I am sorry, but surely not fixed with 1.1.0. But I have put it high prio for the 1.2.0 and it might be solved already with betas later this year. -- You received this question

Re: [Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread sathya
Question #254587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254587 sathya 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, which is an answer contact for Si

[Sikuli-driver] [Bug 1370113] [NEW] No X11 DISPLAY variable was set message seen when running Sikuli script remotely

2014-09-16 Thread Sher
Public bug reported: System details are: Host machine : OSX 10.9.2 (where i am trying to run the tests FROM) Destination machine: OSX 10.9.2 (where I want the tests to execute ON) Version 1.0.1 I have built the setup jar with the and IDE and without (no IDE and option of executing on the command

[Sikuli-driver] [Bug 1312239] Re: [request] sys.path should include PYTHONPATH environment variable

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: - If I want to import Python scripts without manually setting sys.path - beforehand (as in an automated testing environment), I set the - environment variable PYTHONPATH to where the scripts to be imported are, - and sy

Re: [Sikuli-driver] [Question #254586]: ImportError: No module named org.sikuli.basics

2014-09-16 Thread Flashed
Question #254586 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254586 Flashed posted a new comment: Bei dem guten Wetter hier in Hessen hoffe ich, dass uns die Blitze noch ein paar Tage erspart bleiben :P Thank you for the tip with the own eclipse environment. I didn't now tha

Re: [Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread RaiMan
Question #254587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254587 Status: Open => Answered RaiMan proposed the following answer: sure, that the drop down has the correct focus at this moment? if yes, put in a short wait(0.5) or so, before issuing the type. ctrl+shift+

Re: [Sikuli-driver] [Question #254586]: ImportError: No module named org.sikuli.basics

2014-09-16 Thread RaiMan
Question #254586 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254586 Status: Open => Answered RaiMan proposed the following answer: nickname Flashed: LOL - sorry, aber die Blitze haben dir wohl die Sicht versperrt ;-) Am Anfang steht, dass die Besonderheiten für Version

[Sikuli-driver] [Question #254587]: Some combinations with shift key won't work

2014-09-16 Thread sathya
New question #254587 on Sikuli: https://answers.launchpad.net/sikuli/+question/254587 I am trying to select some list in a drag down box where i need to use "ctrl+shift+end" or "shift+end" to select all devices. I've tried using "type (Key.END, KeyModifier.SHIFT | KEY_CTRL )" "type(Key.END,KeyMo

Re: [Sikuli-driver] [Question #254586]: ImportError: No module named org.sikuli.basics

2014-09-16 Thread Flashed
Question #254586 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254586 Status: Answered => Open Flashed is still having a problem: Thank you for your fast answer! I cannot find the sikulixapi.jar to add it to my java classpath of the project. I have changed the Sikuli imp

[Sikuli-driver] [Bug 1334535] Re: [request] add the Tamil translation in the IDE

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: + now selectable in the preferences language menu + + --- + The translation i mailed you. ** Description changed: - now selectable in the preferences language menu + now

Re: [Sikuli-driver] [Question #254586]: ImportError: No module named org.sikuli.basics

2014-09-16 Thread RaiMan
Question #254586 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254586 Status: Open => Answered RaiMan proposed the following answer: look here: https://github.com/RaiMan/SikuliX-2014/wiki/Usage-in-Java-programming -- You received this question notification because you ar

[Sikuli-driver] [Bug 1335398] Re: [1.1.0-Beta3] IDE: using click(../images/myimage.png) leads to not found images on reload of script

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: + should work now with 1.1.0 (2014-09-17+) + + - + I have a folder structure as below |-images -|-image1.png -|-image2.png +    |-image1.png +    |-image2.png

[Sikuli-driver] [Question #254586]: ImportError: No module named org.sikuli.basics

2014-09-16 Thread Flashed
New question #254586 on Sikuli: https://answers.launchpad.net/sikuli/+question/254586 Hi, I'm using Jython 2.5.3, PyDev, Sikuli 1.0.1 and Eclipse Luna on Mac OS X. After I added the Python-Path enviroment variables and the PyDev external libraries with Sikuli itself everything is working fine. A

[Sikuli-driver] [Bug 1354589] Re: % not escaped correctly with type in Sikuli 1.1.0Beta4

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: High => Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1354589 Title: % not escaped correctly with type in Sikuli 1.1.0Beta4 Status in Sikuli: Fix

[Sikuli-driver] [Bug 1337187] Re: [request] startup and other splash screens should not be displayed as standard

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: High => Critical ** Description changed: + now everything is switched of in the standard. + - + I'd like to use Sikuli to drive an automated demo. Is it possible to get rid of the splash screen for each script

[Sikuli-driver] [Bug 1354703] Re: sikuli crash when rename identically 2 .png

2014-09-16 Thread RaiMan
** Changed in: sikuli Importance: High => Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1354703 Title: sikuli crash when rename identically 2 .png Status in Sikuli: Fix Committed

Re: [Sikuli-driver] [Question #254582]: How to handle unexpected alert?

2014-09-16 Thread RaiMan
Question #254582 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254582 Status: Open => Answered RaiMan proposed the following answer: ok, understood. There is no general solution for these "asynchronous" (means: cannot be foreseen in the sense of a workflow) popups, beca

Re: [Sikuli-driver] [Question #254582]: How to handle unexpected alert?

2014-09-16 Thread Veronika
Question #254582 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254582 Veronika posted a new comment: Sorry, i meant i can't specify popup text. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #254582]: How to handle unexpected alert?

2014-09-16 Thread Veronika
Question #254582 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254582 Status: Needs information => Open Veronika gave more information on the question: Yes. For example keychain popup which appears on first start. Or any other popups (alerts) in application, like "Would yo

Re: [Sikuli-driver] [Question #254582]: How to handle unexpected alert?

2014-09-16 Thread RaiMan
Question #254582 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254582 Status: Open => Needs information RaiMan requested more information: what do you mean by Alert? Some popup, that comes up accidentally and might crash the given workflow by e.g. hiding something? -- Y

[Sikuli-driver] [Question #254582]: How to handle unexpected alert?

2014-09-16 Thread Veronika
New question #254582 on Sikuli: https://answers.launchpad.net/sikuli/+question/254582 How should I handle unexpected alert? Actually I couldn't find anything about alerts here: http://sikulix-2014.readthedocs.org/en/latest/sikuli-script-index.html I need do something like this: if(Alert) do

Re: [Sikuli-driver] [Question #254534]: ocr parameters in java

2014-09-16 Thread RaiMan
Question #254534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254534 RaiMan proposed the following answer: -- but I did a fresh install and lost it no problem. was only curious. Until now all freely available OCR solutions somehow rely on Tesseract. So it might have been, th

Re: [Sikuli-driver] [Question #254534]: ocr parameters in java

2014-09-16 Thread cv
Question #254534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254534 cv posted a new comment: Thanks for the answer. Even if it doesn't solve my problem it answer many questions I had. About "If you look into the bugs and q&a's here, you will find many stuff about problems an