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
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
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
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
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
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
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
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
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
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
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
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.
** 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:\\
** 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
+
+ ---
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.
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
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
** 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
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
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
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
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
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
** 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
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
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+
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
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
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
** 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
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
** 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
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
** 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
** 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
** 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
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
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.
_
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
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
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
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
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
43 matches
Mail list logo