** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 1.2.0
** Summary changed:
- type(Key.HOME, KeyModifier.SHIFT
Question #253753 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253753
Status: Open => Answered
RaiMan proposed the following answer:
Since Sikuli works with Jython, the Java based Python interpreter
(language levels: 1.0.1: 2.5 and 1.1.0: 2.7), it is possible to import
scr
Public bug reported:
in 1.0.1 IDE, neither
type(Key.LEFT, KeyModifier.SHIFT + KeyModifier.CTRL)
or
type(Key.HOME, KeyModifier.SHIFT + KeyModifier.CTRL)
behave like CTRL+SHIFT+LEFT or CTRL+SHIFT+HOME (all keys pressed
together) which select text to the left of the cursor in FF, IE, Chrome,
Ope
Question #253737 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253737
Status: Open => Answered
Eugene S proposed the following answer:
As much as I am aware, both - exists() and find() have a default wait time of 3
sec. So I would expect them to work similarly.
Are you u
Does this mean it will be available in 1.1.0?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1202368
Title:
[1.0.1] IDE: Renaming an image in Pattern Settings should change all
occurrences in th
Public bug reported:
This is a feature request, that there should only be one active app for
the sikuli ide. Or swap he images. I always alt tab to the sikuli
logo, and you have to go to the java icon. Can it be one icon only?
version: 1.0.1
os: mac 10.9
** Affects: sikuli
Importance: Un
not going to happen for 1.1?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/585342
Title:
[request] IDE shortcut: comment/uncomment a whole block
Status in Sikuli:
In Progress
Bug description:
putting in a request.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/585342
Title:
[request] IDE shortcut: comment/uncomment a whole block
Status in Sikuli:
In Progress
Bug description:
If y
Question #253723 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253723
Status: Answered => Solved
max confirmed that the question is solved:
Thank you this works
while True: # loop forever
if exists(image, 0):
click(some_image)
wait(5)
I will just open tas
New question #253753 on Sikuli:
https://answers.launchpad.net/sikuli/+question/253753
I want to import scripts written in active python to sikuli. Can you please let
me know if it is possible.
If possible how can I do that
--
You received this question notification because you are a member of
Question #253716 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253716
prokher posted a new comment:
Dear RaiMan,
thank you very much for the workaround, looks like it works (though I need to
check on the main project).
Actually I added 'as region' to 'with' because context ma
New question #253748 on Sikuli:
https://answers.launchpad.net/sikuli/+question/253748
Match window = new Match();
Location posicao;
//window is the inicial imagem
posicao = window.getCenter();
//the posit
Question #253737 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253737
Status: Answered => Open
Natanael Morais is still having a problem:
Thank you for the answer, that is what I was thinking.
But Is there a reason for the function Find didn't find a image that I'm
lookin
Question #250392 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/250392
lacanadaguy posted a new comment:
@raiman, Thanks.
Really missing my personal automation scripts since upgrading to 10.10.
--
You received this question notification because you are a member of
Sikuli Driv
Question #250392 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/250392
RaiMan posted a new comment:
@shawny
The next step is to freeze the Beta4.
Since I currently still have a serious problem, I guess this will be on Monday.
Then I will work towards the final version 1.1.0 for
Question #250392 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/250392
UNCCheezy requested more information:
@raiman
Do you know when the first 1.1.0 (somewhat stable build) will be available?
--
You received this question notification because you are a member of
Sikuli Driver
Question #253737 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253737
Status: Open => Answered
Eugene S proposed the following answer:
Hi,
When using "exists":
1. You can specify the wait time (in seconds)
2. None is returned, if nothing is found within the specified wait
Question #253729 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253729
gary posted a new comment:
I have followed all the instructions but now get this problem.
this is my code:
print "hello"
import org.sikuli.basics.SikuliXforJython
from sikuli import *
print "success"
but wh
New question #253737 on Sikuli:
https://answers.launchpad.net/sikuli/+question/253737
What is the difference between the function Exists and Find?
I was using in my code the function Exists and I tried to use Find, but the
image I was looking for the Sikuli didn't find.
I'm writing my code in J
Question #253731 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253731
RaiMan proposed the following answer:
1.1.0-Beta4 is available:
sikulix.com
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
___
Question #253729 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253729
RaiMan proposed the following answer:
ok, you have PyDev projects:
project -> properties -> tab PYTHONPATH -> external libraries
--
You received this question notification because you are a member of
Sikul
Question #253729 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253729
RaiMan proposed the following answer:
Uuups, basic Eclipse knowhow - so you should read some tutorials ;-)
project -> properties -> tab Java Build Path -> add External Jars
--
You received this question no
Question #253731 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253731
Pathiyil posted a new comment:
Thank you. Do you have a planned ETA to make this available ?
Would be happy to test out 1.1.0-beta/RC jar once it becomes available.
--
You received this question notificati
Question #253731 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253731
Summary changed to:
[1.1.0] List of changes between 1.0.1 and 1.1.0 for sikuli-java
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Siku
Question #253731 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253731
Status: Open => Answered
RaiMan proposed the following answer:
--- list of changes:
a compound list of changes/new features will only be available with the final
release of 1.1.0.
Until then you have to
Question #253729 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253729
gary posted a new comment:
I am new to eclipse and am struggling with the instructions you sent.
How do I go about completing the following step - have a reference to
sikuli-java.jar in your project's Java c
New question #253731 on Sikuli:
https://answers.launchpad.net/sikuli/+question/253731
Hi,
Is there a list of changes between version 1.0.1 and 1.1.0 of sikuli-java ?
Also, any non-backward compatible features / APIs for those who have
implemented code using 1.0.1 ?
Thanks!
--
You received th
BTW:
- dragDrop() is always the same, since finally it is implemented on the Java
level.
- Settings.MoveMouseDelay = 3 should only be used for testing (to see something
;-). usually not needed and takes time.
** Summary changed:
- [1.0.1] Jyrthon/RFW: dragDrop method doesn't work
+ [1.0.1
I guess, your problem is the wait before drag, which cannot be
customized with dragDrop().
try this:
hover(source)
wait(0.5) # might not be needed
mouseDown(Button.LEFT)
wait(0.5) # experiment with this value
mouseMove(target)
wait(0.5) # experiment with this value
mouseUp()
--
You received this
Question #253729 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253729
Summary changed to:
[1.0.1] Eclipse / PyDev / Jython: cannot find sikuli-script.jar
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Siku
Question #253729 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253729
Status: Open => Answered
RaiMan proposed the following answer:
this is what you need to know for 1.0.1:
https://github.com/RaiMan/SikuliX-API/wiki/Usage-in-Java-programming
the mentioned faq is only for
Let me try to execute it from robot framework, maybe this is a
environment specific issue.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1362465
Title:
[1.0.1] Jyrthon/RFW: dragDrop method doesn'
Question #253709 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253709
Status: Answered => Solved
Ned confirmed that the question is solved:
Thanks Raiman! A simple solution that I was too muddled up to see.
--
You received this question notification because you are a mem
New question #253729 on Sikuli:
https://answers.launchpad.net/sikuli/+question/253729
Hi,
I am trying to get sikuli up and running on Eclipse.
I have downloaded sikuli with option4.
Plus I have installed jython and PyDev and have them working on Eclipse.
So my problem is now importing the sikul
the shot does not help.
What exactly did you try?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1361985
Title:
[X1.0rc3] IDE does not launch in OSX 10.10 --- will never do
Status in Sikuli:
W
oh, i see.. I am still write keywords and do unit test for this method.
But when I call above method, the application doesn't move at all :(
I am using eclipse now, when I call the above method like this way..
act = sikuliKeywords()
act.findDragDrop("calTitle.png", "btnEqual.png", 0.8)
The Calcu
How the IDE implement the drayDrop? Maybe I can check the code to see
what's wrong on my side..
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1362465
Title:
[1.0.1] Jyrthon/RFW: dragDrop method d
... While the IDE works perfectly
might be ;-)
... but does the above mentioned def does what it should, when run it in the
IDE?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1362465
Title:
[1.0
RFW = RobotFrameWork ;-)
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1362465
Title:
[1.0.1] Jyrthon/RFW: dragDrop method doesn't work
Status in Sikuli:
Opinion
Bug description:
I use j
Thanks for the quick reply.
I am using windows server 2008 R2 64bit machine.
Jython version is 2.5.3
I am using sikuli APIs. While the IDE works perfectly..
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net
Can you explain a little about RFW?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1362465
Title:
[1.0.1] Jyrthon/RFW: dragDrop method doesn't work
Status in Sikuli:
Opinion
Bug description:
What system?
What Jython?
What RFW?
Have you tried the basic workflow in the Sikuli IDE?
** Changed in: sikuli
Status: New => Opinion
** Summary changed:
- "dragDrop" method doesn't work in jython
+ [1.0.1] Jyrthon/RFW: dragDrop method doesn't work
--
You received this bug notification
see bug 1362011
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1361985
Title:
[X1.0rc3] IDE does not launch in OSX 10.10 --- will never do
Status in Sikuli:
Won't Fix
Bug description:
I was
Question #253723 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253723
Status: Open => Answered
RaiMan proposed the following answer:
while True: # loop forever
if exists(image, 0):
click(some_image)
wait(5)
this will look every 5 seconds and click if popup
Public bug reported:
I use jython to implement keywords for robot framework.
When I create drag drop feature, it does't work at all.
Here is my code.
def findDragDrop(self, srcRegion, destRegion, similar=0.7):
# still region are three types screen app part of app.
src = fin
Public bug reported:
Hi all!
I faced the following problem. During running Sikuli script it generates
useless PNG files in the test directory. Looks like it makes screenshot
every time method exists() fails. I am using stable 1.0.1. There is
simple script to reproduce this behavior below. IDE fea
in this special case:
this works as expected:
app = App("gnome-calculator")
app.open()
for i in xrange(int(100500)):
wnd = app.window()
if wnd is not None:
region = Region(wnd)
if region.exists("1409168557236.png", 0):
break
--
You received this bug notification because you are
Please help me out.. its important. Any another possible suggestions to
try out?
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1361985
Title:
[X1.0rc3] IDE does not launch in OSX 10.10 --- will
Tried to run by installing your given suggestions but didn't work
Got freezed with alert saying "starting..pls wait". Waited for long time
but didn't start. I have attached the alert image
** Attachment added: "Screen Shot 2014-08-28 at 12.33.03 PM.png"
https://bugs.launchpad.net/sikuli/+bug/
Bug #1362461 status changed in Sikuli:
New => Fix Committed
https://bugs.launchpad.net/sikuli/+bug/1362461
"[1.0.1] Jython scripting: exists() in with block generates screenshotfiles ---
workaround: do not use it ;-)"
This bug is linked to #253716.
Sikuli generates useless PNG files while r
Question #253716 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253716
Linked to bug: #1362461
https://bugs.launchpad.net/bugs/1362461
"[1.0.1] Jython scripting: exists() in with block generates screenshotfiles
--- workaround: do not use it ;-)"
--
You received th
Question #253716 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253716
Status: Open => Answered
RaiMan proposed the following answer:
This only happens, if you use the with construct (which indeed has some
quirks).
In your case the usage does not really make sense anyway:
52 matches
Mail list logo