Question #209687 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209687
Status: Open => Answered
RaiMan proposed the following answer:
If you want to make serious testing, the first and easiest solution is unit
testing:
see faq 1804
--
You received this question notificat
** Summary changed:
- Pattern settings window opens below bottom of screen
+ [request] Pattern settings window should be visible completely
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1057159
Ti
Question #209668 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209668
Status: Open => Answered
RaiMan proposed the following answer:
keyDown(Key.SHIFT)
dragDrop()
keyUp()
--
You received this question notification because you are a member of
Sikuli Drivers, which is an a
Question #209636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209636
Status: Open => Answered
RaiMan proposed the following answer:
--- But in my case i have to verify the output screen
imgRef = "shot of the screen how it should be.png"
check = Finder(capture(SCREEN))
che
Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608
Status: Open => Answered
RaiMan proposed the following answer:
--- if the required image is found with in wait time , then script should wait
until the wait time gets complete.
this is what you asked -
Question #209687 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209687
Sathyamoorthy posted a new comment:
Even me also loking the same
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
__
New question #209687 on Sikuli:
https://answers.launchpad.net/sikuli/+question/209687
I am using the emulator to the android mobile application. I have the written
the script to login into the application. Now i want to see the Test Report
like success, failure, error,
Please help on this t
Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608
Status: Answered => Open
Sathyamoorthy is still having a problem:
Hi
wait(some_image, maxWait) will wait until image is found. if image is found
then it will proceed to next step.
What about
imageWa
Question #209618 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209618
Status: Answered => Solved
Sathyamoorthy confirmed that the question is solved:
Ok :(
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact f
Question #209636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209636
Status: Answered => Open
Sathyamoorthy is still having a problem:
Hey RaiMan Thanks.
But in my case i have to verify the output screen . For example in the output
[Final Windows ] Shows pass/ fail statu
Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608
Sathyamoorthy posted a new comment:
@RaiMan: Thanks Man.
I am just started playing with Sikuli and python. That is reason i am expecting
detailed explanation. Thanks for your help and support
--
You receiv
New question #209668 on Sikuli:
https://answers.launchpad.net/sikuli/+question/209668
Hi,
I am trying to use Sikuli within an application called Device Anywhere. Within
this program, to scroll within a window one needs to hold "shift" + click +
drag the mouse. (This emulates a swipe on a phone
Here's another image of a screenshot further up with the pattern
settings window lined up to the top edge of it.
** Attachment added: "Capture1.PNG"
https://bugs.launchpad.net/sikuli/+bug/1057159/+attachment/3346636/+files/Capture1.PNG
--
You received this bug notification because you are a
** Attachment added: "Capture2.PNG"
https://bugs.launchpad.net/bugs/1057159/+attachment/3346635/+files/Capture2.PNG
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1057159
Title:
Pattern settin
Public bug reported:
When I click on a screenshot to bring up the pattern settings window, it
is often so far below the edge of my screen that I need to drag the
titlebar up to see anything.
It seems that the higher a screenshot is in the steps list, the higher
the window opens. If I click the l
Question #209645 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209645
Status: Answered => Solved
Michael Bauman confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sikuli Dr
Question #209642 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209642
Status: Open => Answered
RaiMan proposed the following answer:
--1. do not use exact() (it is buggy) .
better Pattern(). similar(value) with value <= 0.99
but this is not your problem.
--2. debug v
Question #209645 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209645
Status: Open => Answered
RaiMan proposed the following answer:
faq 2005
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
__
Question #209636 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209636
Status: Open => Answered
RaiMan proposed the following answer:
place at the end
popup("Hey, I got to the end of the script")
--
You received this question notification because you are a member of
Siku
Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608
RaiMan proposed the following answer:
@ nupur
that is what I do in my suggestion (line 3 ;-)
But if the image comes up earlier, the script will continue with your
suggestion.
He wants to wait for the image
Question #209618 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209618
Status: Open => Answered
RaiMan proposed the following answer:
Sikuli scripts have to be left alone on the machine, if they depend on usage of
mouse and keyboard.
Sikuli uses the real screen and the rea
New question #209645 on Sikuli:
https://answers.launchpad.net/sikuli/+question/209645
I just installed Sikuli IDE onto my computer and was walking through the
tutorial trying to learn the software. So, I used the icons to take a
screenshot and the instance of Sikuli just quit. I re-opened the pr
New question #209642 on Sikuli:
https://answers.launchpad.net/sikuli/+question/209642
study = find(Pattern("FT00C-1.png").exact());
checkbox = study.find("1348083571388.png");
click(checkbox);
the checkbox it actually clicks is nowhere near 'study', it is outside of it.
What is the problem?
New question #209636 on Sikuli:
https://answers.launchpad.net/sikuli/+question/209636
Hi,
I just create sikuli script for my testing. it works fine. but here the problem
is how to validate the script. see if my script is executed and it completes
upto the end of line. i want to know that how to
Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608
Sathyamoorthy posted a new comment:
Thanks for the information. Let me try out it
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli
Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608
Status: Open => Answered
nupur proposed the following answer:
@Sathyamoorthy:
U can use wait(some-image, max-wait)
It will wait for an image for upto the given time, if the image appears before
the giv
New question #209618 on Sikuli:
https://answers.launchpad.net/sikuli/+question/209618
Hi,
I have some sikuli scripts to do my task. have some limitations while running
sikuli scripts.
- How i can run multiple sikuli scripts at the same time [same machine]
- when one sikuli scripts is running
Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608
Status: Answered => Open
Sathyamoorthy is still having a problem:
Could you please give me explanation ... I could not understand
--
You received this question notification because you are a member of
Question #202820 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/202820
Irina posted a new comment:
doesn't help (
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
Question #209608 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/209608
Status: Open => Answered
RaiMan proposed the following answer:
maxWait = 50 # seconds
start = time.time()
wait(some_image, maxWait)
imageWait = time.time()-start
if imageWait < maxWait: wait(maxWait - im
Question #208887 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/208887
Status: Answered => Solved
Sathyamoorthy confirmed that the question is solved:
Agree
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact f
New question #209608 on Sikuli:
https://answers.launchpad.net/sikuli/+question/209608
Hi,
I have written sikuli script for my taks. In that i have called wait() function
to get a proper image. Since application some times take less time to proceed
further , or some times takes more time to proc
Question #202820 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/202820
RaiMan posted a new comment:
@ Irina
Might be a focus problem (Selenium RC does not make the started IE the
frontmost, active app ???).
So try
App.focus("some IE window text")
before the click
--
You rec
Question #202820 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/202820
Irina posted a new comment:
It look like I have some focus problem (but I even click on browser after it
opening - so browser window is active), I try java and it works with selenium
driver, but for IE I ne
34 matches
Mail list logo