Question #272281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272281
sunny sachdeva posted a new comment:
HI Raiman,
Sorry to bother you once again...I tried to update SKILUIX version from 1.1.0
to 1.1.1 in my pom.xml, however m getting error
Missing artifact com.sikulix:sik
Question #288351 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288351
Status: Answered => Open
Randy C is still having a problem:
def reconnect(onAppear(otherLoginDetected)):
observe(FOREVER, background = true)
wait(okayButton)
click(okayButton)
Im using this
Question #288351 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288351
Status: Open => Answered
Karl proposed the following answer:
You're using onAppear incorrectly. The handle (hnd) doesn't use parenthesis.
Your reconnect definition should start with "def reconnect(event
Question #288351 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288351
Status: Answered => Open
Randy C is still having a problem:
i have
while True:
onAppear(otherLoginDetected, reconnect())
observe(FOREVER, background = True)
and it gives me this
[error] scri
Question #288351 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288351
Status: Open => Answered
Karl proposed the following answer:
You place this after your onAppear statement. Your script won't stop if
you use FOREVER, but you can use it if you want.
--
You received thi
Public bug reported:
I am using 1.1.0 (2015-10-05_17:07) on Windows 10 64-bit.
This works:
Sikulix.prefStore("log", r"C:\asdf")
print Sikulix.prefLoad("log")
Output:
C:\asdf
But this doesn't:
Sikulix.prefStore("log", r"C:\")
print Sikulix.prefLoad("log")
Output:
[error] script [ Preferences ]
Question #288063 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288063
Status: Answered => Solved
Ninja Mustang confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because your team Sikuli Drivers
is an
Question #288351 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288351
Status: Answered => Open
Randy C is still having a problem:
where do i place this in my code? as well does it matter ? can i just
say forver cause this random event can spring at any momment during the
s
Question #287456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/287456
Status: Open => Answered
Karl proposed the following answer:
This seems to perform faster than sikuli.
import java.awt.Robot
from java.awt.event import InputEvent
def myclick(x, y):
bot = java.awt.R
Question #288351 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288351
Status: Open => Answered
Karl proposed the following answer:
Use observe(FOREVER, background = True).
Change FOREVER to a reasonable time.
The preferred way to do this will be with observeInBackground.
New question #288351 on Sikuli:
https://answers.launchpad.net/sikuli/+question/288351
So i have an evvent that could pop up at any giving time. Is there a way for a
function can run whenever this random event pops up during the script where it
would check while another function is running?
--
Question #238412 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/238412
tranquillo proposed the following answer:
Sorry for awakening this very old thread, but I coverd a similar
question, for me: "how to find a process whitout knowing the exact
name", with the very usefull windo
Question #288321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288321
Jakub Mertl confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_
Question #288321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288321
Status: Answered => Solved
Jakub Mertl confirmed that the question is solved:
Thank you for help, RaiMan :) Now it works!
--
You received this question notification because your team Sikuli Drivers
is
Question #272281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272281
sunny sachdeva posted a new comment:
Thanks RaiMan for your comment. I will upgrade to 1.1.1 and let you know
my observation. Mean while thanks to your effort for creating such a
wonderful tool
--
You recei
Question #288063 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288063
RaiMan proposed the following answer:
I would restrict the region on the middle number and check for a <6>
while accelerating and <0> in the other case
--
You received this question notification because you
Question #272281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272281
RaiMan posted a new comment:
ok, the latest is
1.1.1
... where jxgrabkey is no longer an external dependency (seems to be
broken), but already in the jar.
--
You received this question notification becaus
Question #288321 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288321
Status: Open => Answered
RaiMan proposed the following answer:
you should not name a .sikuli like something, that is internally imported
somewhere from the Lib.
logging.sikuli is found first on the line
Question #288315 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288315
Status: Open => Answered
RaiMan proposed the following answer:
you seem to use some Non-ASCII stuff somewhere in your script.
post your script
--
You received this question notification because your t
New question #288321 on Sikuli:
https://answers.launchpad.net/sikuli/+question/288321
I'm trying to run my automation scripts on newest version of SIKULI (v1.1.0).
Scripts are writen in python level 2.7 (SIKULI is using Jython).
I'm getting this error:
[error] AttributeError ( !!WHILE IMPORT
20 matches
Mail list logo