Question #660880 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660880
Status: Open => Answered
masuo proposed the following answer:
Now, Timed (autoclosing) popups are provided.
See docs.
http://sikulix-2014.readthedocs.io/en/latest/interaction.html#timedpopups
--
You re
Question #660881 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660881
cherie posted a new comment:
Nevermind found my answer, it's .grow(-20) = )
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
___
Question #660881 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660881
Status: Open => Solved
cherie confirmed that the question is solved:
Nevermin
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_
New question #660881 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660881
I currently have the code below.. and it takes the screenshot just fine.. but
it cuts off the left and right side of the screenshot
It also doesn't seem to always take the middle of the focus app as well.
Ho
New question #660880 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660880
I was looking around for a popup that will kill itself after about 10 seconds,
found this.
"https://answers.launchpad.net/sikuli/+question/184361";
"it is out now and in the docs ;-)"
But I can't find it in
Question #660875 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660875
Status: Answered => Solved
arminius confirmed that the question is solved:
not my variable, I found it on a google search and tried to get it to
work, but found this one way easier.
def changeHandle
Question #660875 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660875
Status: Open => Answered
masuo proposed the following answer:
"Settings.isChanged" is your own variable?
Now, Settings.isChanged is set False in your codes and
Settings.isChanged is not modified anywher
New question #660875 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660875
while True:
bigScreenReg = Region(1242,57,123,640)
bigScreenReg.highlight(3)
r = bigScreenReg
r.onChange(100, changed)
Settings.isChanged = False
r.observe(5) # observing for 5 second
Public bug reported:
I installed SikuliX 1.1.2 on Fedora 27. I did an offline installtion.
After the API test passed, the Jython test failed.
[debug (17.11.17 12:51:12)] RunSetup: Jython: Trying to run functional test:
running script statements via SikuliScript
[debug (17.11.17 12:51:17)] Script
9 matches
Mail list logo