Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Solved
RaiMan changed the question status:
When talking about Sikuli Java API in the context of Sikuli X (current version
1.0.1, http://www.sikuli.org/download.html), then the classes an
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Solved => Open
Kurt Chen is still having a problem:
Hi RaiMan,
I am confusing about your comments here:
"You are mixing up the Sikuli Java API from and features from SikuliX
version 1.0.1, whic
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Solved
RaiMan changed the question status:
I try it the last time now:
You are mixing up the
Sikuli Java API from http://code.google.com/p/sikuli-api/issues/list
and features from Sik
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen gave more information on the question:
My click functions are below, I was using the doubleClick() function:
private Screen s;
private Keyboard kb;
private ScreenRegion sr;
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen gave more information on the question:
Hi RaiMan,
Here is the click issue for upload a file to website, you can see the Upload
button was greyed out, is not clickable.
Suppose to be seen lik
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen gave more information on the question:
By the way, the jar, sikuli-java.jar size is 13,369 KB for version
1.0.1.
-Kurt.
From: Ke Chen [mailto:kc...@boardvantage.com]
Sent: Monday, September 30,
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
Hi RaiMan,
I got the sikuli-java.jar file, which you mentioned in that link, then, put
it in my build path, and run my test suite, I got th
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
Yes of course, I am always talking about the stuff you get when setting up
SikuliX 1.0.1 from
https://launchpad.net/sikuli/+download
For u
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
RaiMan proposed the following answer:
about your click problems:
when you are sure, you are working with SikuliX 1.0.1 come back with a detailed
problem description and the used code pasted here. A screensho
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
I still don't understand, do you mean that sikuli-script.jar for SikuliX
1.0.1 or sikuli-api-1.0.1-standalone.jar ?
Could you please provide
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
are we now really talking about SikuliX 1.0.1?
I just tested again: works.
--
You received this question notification because you are a m
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
I still couldn't get Settings.setShowActions(true) work, I got the latest
sikuli-script.jar file, I don't get the double red circles when
i
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
You seem to use Sikuli Java API from http://code.google.com/p/sikuli-
api/
I do not support this. And this answers your question #32 and wh
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen posted a new comment:
1. I couldn't find switchApp() from what object?
2. I have a situation: when my app was covered by other app, means my app
wasn't on the frontmost, is any way we can detect
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
I still couldn't get
Settings.setShowActions(true); ( I set this in the beginning of my test
program in setup() )
works, I think I got the
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
with 1.0.1 it is no longer blinking anymore.
Only the 2 circles, but again with a crosshair to show the center.
Settings.setShowActions(tru
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
By looking the below Sikuli Document:
setShowActions(False | True)
If set to True, when a script is run, Sikuli shows a visual effect (a bli
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
all find related things an actions like click are in Region.
--
You received this question notification because you are a member of
Sikuli
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
What object it belong to? I can't find it from Java doc?
Thanks.
-Kurt.
--
You received this question notification because you are a membe
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
same usage as click(image)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer conta
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Solved => Open
Kurt Chen is still having a problem:
Hi RaiMan,
One last question, what is the Jave code for hover(image), could you please
give a example of java code for hover(),
I really coul
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Solved
Kurt Chen confirmed that the question is solved:
Hi RaiMan,
Yes, I got it. I was import "org.sikuli.script.Settings", it was old
one.
Thanks so much.
-Kurt.
--
You received
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
Hi RaiMan,
I don't see Settings has the property "ClickDelay", the below is what I have
found in api, where did you get this ? from Python
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
LOL, it is my coding and it is on the Java level
Where did you get the above list? Might be old.
Since you are in Eclipse, I thought this
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen posted a new comment:
My email: kc...@boardvantage.com
Thanks.
-Kurt.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
Hi RaiMan,
In Eclipse, I type "Settings" and "." will list all the variables for me in
java, but I don't see "ClickDelay", so I guess my si
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
it might be, that you have an old sikuli-script.jar somewhere on the
class path.
you have to say
import org.sikuli.basics.Settings;
S
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
--- when manually, I always ensures it is hard enough
I guess you mean, that you hold the mouse button a little bit longer than
usual, bef
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
Hi RaiMan,
I have found a weird problem, when upload a file, when it run in automation, I
knew it clicked it, but the file didn't appear in
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
at comment #13:
at 1: print find() reveals the infos about the match
find returns a Match object, that has some getters for these infos too
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen posted a new comment:
In what degree of matching, Sikuli can find the image? 0.7 is the
default matching degree? Is that true, is find() can find image, the
click() will click on the image?
Thank.
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen posted a new comment:
For debugging purpose, if in case that Sikuli didn't find the image to
click, can it throw out exception and exit from the script?
Thanks
-Kurt.
--
You received this questio
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen posted a new comment:
Please treat this as little urgent. Thanks.
-Kurt.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Siku
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
Hi RaiMan,
1. @Comment #9, how did you find the score 0.97, can I find out my self,
specially in code?
2. What is the exact code for setSh
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Needs information => Answered
RaiMan proposed the following answer:
@comment #10
-- slow run
- yellow run button in IDE
- setShowActions(True) in a script run from command line
-- Python <-> Ja
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Needs information
RaiMan requested more information:
@comment #9
got the mail
image is found with score 0.97 - so what is the problem?
--
You received this question notification because
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen gave more information on the question:
Hi RaiMan,
Do we have "slow run" in Sikuli Script?
And Second question, is Python better that Java in Sikuli Script?
Thanks.
-Kurt.
--
You received this qu
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
Hi RaiMan,
Do you have the updated comments for me on the image issues?
I have sent you the image files through the email.
Thanks
-Kurt.
-
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
not possible to attach screenshots here.
send silently to my mail at https://launchpad.net/~raimund-hocke
--
You received this question n
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
Hi RaiMan,
I have attached the screenshots here for you, for some reason, the My
Wall image didn't get clicked?
Thanks.
-Kurt.
Here is th
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen posted a new comment:
This at least resolved my question about flex application. I will let
you know the detail about the other questions.
Thanks.
-Kurt.
--
You received this question notificati
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
--- do you know sikuli have any limitation for Flex-Flash in browser
application
Sikuli is strictly visual: it only sees the pixels on the
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen posted a new comment:
I got the Sikuli worked, but it is little unstable,
to add comments on this, I got my own Sikuli worked, the test suite is
only using testNG and Sikuli api, not Selenium is n
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Answered => Open
Kurt Chen is still having a problem:
Hi RaiMan,
Thanks for your answer for bad screen shot, the reason I want to get some
background into the screenshot because I want to make
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Status: Open => Answered
RaiMan proposed the following answer:
--- the click action sometime click, sometime it silent until timeout.
This usually is caused by "bad" screenshots.
Good screenshots have as
New question #235070 on Sikuli:
https://answers.launchpad.net/sikuli/+question/235070
I am just using Sikuli to create an automation program in Java by using Sikuli
api for Firefox browser, for a simple login and logout program, it was running
pretty stable, but when I start to create more compl
Question #235070 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/235070
Kurt Chen posted a new comment:
This above was implemented on Mac machine.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
47 matches
Mail list logo