Question #284364 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284364
Status: Answered => Open
VincentDugue is still having a problem:
thank for you reply Karl,
I tried it and it works a little :P
My last script for this function was :
#first line
def my_find(region, str):
Question #284587 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284587
Status: Answered => Open
Drex is still having a problem:
wow thanks i have tried everything but couldnt get that to loop now i
see i was not even close it looks much cleaner now and it does loop, one
mor
Question #284553 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284553
Status: Open => Answered
masuo proposed the following answer:
Now script is wait by constant sleep time.
Wait by image until image appear on screen.
while not exists(image,0):
wait(1)
type(Key.RIGHT
Question #284548 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284548
masuo posted a new comment:
image files are deleted when saving script with existing name (overwrite)
https://bugs.launchpad.net/sikuli/+bug/1532730
--
You received this question notification because your t
Question #283780 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/283780
Status: Open => Answered
Karl proposed the following answer:
You might use:
r = App.open(bluestacks_app).window()
#http://sikulix-2014.readthedocs.org/en/latest/appclass.html?highlight=window#window
if
Question #284257 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284257
Status: Open => Answered
Karl proposed the following answer:
If you use sikuli, you could use screenshots or regions to get to the
cell you want, you could use the click and type commands to copy the
cel
Question #284364 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284364
Status: Open => Answered
Karl proposed the following answer:
It looks like you're trying to recursively create regions and then pass them to
doubleClick. That won't work because doubleClick only works o
Question #284383 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284383
Status: Open => Answered
Karl proposed the following answer:
Capture() tells you where it stores the file.
file_path = capture(0,0,200,200)
You can add lines in your script to put the captured image int
Question #284587 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284587
Status: Open => Answered
Karl proposed the following answer:
while True:
click("1453202630435.png")
wait(80)
wait("1453736008362.png",10),click("1453736008362.png")
wait("1453202801705.pn
Question #284591 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284591
Karl gave more information on the question:
If I am using an image folder for all of my scripts, every sikuli folder
will contain only the python or ruby script and the optional html file.
I wish I could put
New question #284591 on Sikuli:
https://answers.launchpad.net/sikuli/+question/284591
If I am
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
___
Mailing list: https://launchpad.net/~sikuli
New question #284587 on Sikuli:
https://answers.launchpad.net/sikuli/+question/284587
First of all apologies for asking a question that already exists and answered
numerous times but my knowledge of python is 0 i an an ultra noob and i dont
understand any of those explanations.
I made a macro f
Question #284587 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284587
Description changed to:
First of all apologies for asking a question that already exists and
answered numerous times but my knowledge of python is 0 i am a ultra
noob and i dont understand any of those explan
Public bug reported:
The editor of the IDE is not usable anymore after few tests, the text is
not visible anymore, or some "strange" caracteres appears.
My own analyse of the problem:
it seams the preference for the font has been changed to "Adobe Ming Std L"
(the first one provided in the list
Question #284548 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284548
Artem posted a new comment:
Don't work.
I think i do somethink with saves. Can't find all screenshots what sikuli made.
But, this problem now not critical. I do New file with new tests.
--
You received this
New question #284553 on Sikuli:
https://answers.launchpad.net/sikuli/+question/284553
Hi ,
Am kiran.
while working on game automation in following code from line-1 to line-7 code
works but from line--8 onwards code doesn't work.
After this code executed, checked logs too, didn't found any erro
Question #284548 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284548
Status: Open => Answered
masuo proposed the following answer:
[Keyboard:]
Ctrl + t
or
[Menu bar:]
[View] - [Show ThumbNails Ctrl+T]
--
You received this question notification because your team Sikuli
New question #284548 on Sikuli:
https://answers.launchpad.net/sikuli/+question/284548
image in IDE changed to names of this image
And "#" from comment changed to regular text
http://prntscr.com/9ytjhl
Can i return image? What i must do?
Thank you.
--
You received this question notification b
Question #281215 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/281215
Status: Open => Expired
Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.
--
You received this question no
19 matches
Mail list logo