Question #245298 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245298
Status: Open => Answered
Eugene S proposed the following answer:
Hi,
What about creating a pattern for each one of the states and then try to find
each one?
For example
if exists("ButtonState1.png"):
Question #245266 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245266
Ray Bobak posted a new comment:
Could have sworn I replied to this yesterday, but is not in here.
Yes, I know I can actually carve up the screen or even define a region
that contains my target. What I wante
Question #245286 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245286
Eugene S proposed the following answer:
Hi Helene,
I don't know whether there are differences between the Linux and Windows
or Mac versions however, if you see that the same code works on Mac,
then it makes
New question #245352 on Sikuli:
https://answers.launchpad.net/sikuli/+question/245352
Hi,
I setup the latest sikuli version '1.0.1' on my 32bits windows pc, but got the
error messages like this.
"[error] ResourceLoaderBasic: checkLibsDir: libs dir is not on system path:
E:\ur
a\ura\libs
[actio
New question #245317 on Sikuli:
https://answers.launchpad.net/sikuli/+question/245317
the code
for cord in attackPoints:
target = Region(cord[0],cord[1],cord[2],cord[3])
print 'attacking ',target
click(target)
wait("1
Question #245286 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245286
Helene Pedata posted a new comment:
Hi Eugene,
I just realized since it says int object, it is not finding the match. Right?
HP
--
You received this question notification because you are a member of
Sikuli
New question #245316 on Sikuli:
https://answers.launchpad.net/sikuli/+question/245316
Hi Team,
Please solve the below question as i am not getting title name of the open page.
How to get page title name while sikuli script running?
Ex:if i opened a google page,i need to see the titile of the pag
Question #245286 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245286
Helene Pedata posted a new comment:
Hello Again,
Yes, make sense! Can you tell me if the linux version of Sikuli behaves
differently than the mac version?
find("Yes.png").left() does not seem to work on
Question #245246 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245246
Status: Answered => Solved
ed hyip confirmed that the question is solved:
Thanks Eugene S, that solved my question.
--
You received this question notification because you are a member of
Sikuli Drivers
Question #245298 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245298
Status: Answered => Open
sudhir takale is still having a problem:
How to check the button gets enabled and disabled
--
You received this question notification because you are a member of
Sikuli Drivers
Question #245298 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245298
Status: Open => Answered
obiwan-92 proposed the following answer:
Hello,
I understand, try this instead :
button = Pattern("img1").exact()
while exists(button):
click(button)
Regards.
--
You r
New question #245299 on Sikuli:
https://answers.launchpad.net/sikuli/+question/245299
Hi,
Getting the below exception while trying to import HTMLTestRunner on mac osx
using sikuli IDE,
ImportError: No module named HTMLTestRunner
Note: I have placed the HTMLTestRunner.py file in the same direct
12 matches
Mail list logo