Question #660506 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660506
Abhijit saxena posted a new comment:
Now that's a bummer. My whole project is based on sikuli. :(
Now have to find some native python library to run the automation.
--
You received this question notificati
Question #660671 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660671
Status: Open => Solved
Yongho Lee confirmed that the question is solved:
nevermind, highlight was being weird for a bit there. Restarted my
computer and things went back to normal.
--
You received this
New question #660671 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660671
Basically what title says. When the actual location was x = 410 and y = 182,
it returned x = 513 and y = 227. It also got the width and the length wrong.
If it was consistent with how much of x and how much o
Question #660624 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660624
Status: Open => Solved
Yongho Lee confirmed that the question is solved:
Nevermind I was being retarded
spelled the name of the application wrong
--
You received this question notification because your
Question #660624 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660624
Status: Answered => Open
Yongho Lee is still having a problem:
I also tested it out with just
def testing():
App.focus('MEmu')
print(App.focusedWindow())
testing()
and it resulted in
Question #660624 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660624
Yongho Lee posted a new comment:
Can you elaborate? What do you mean "check every result"? If the
coordinates of the app is what you're referring to, it results in
Region(-250, -250, 125, 125) no matter what
Question #660655 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660655
Max posted a new comment:
I think is a sikuli issue since, if I run a python script with these lines, the
code is working properly (on windows).
>From the error logs I had the impression that sikuli tried to
Question #660613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660613
Max posted a new comment:
Thank!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
___
Mailing list: h
Question #660655 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660655
Max posted a new comment:
The same code on sikulix linux is working fine.
In both OS I have the latest sikulix.
--
You received this question notification because your team Sikuli Drivers
is an answer cont
Question #660655 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660655
Status: Open => Answered
RaiMan proposed the following answer:
You use non-Sikulix Features. Better ask on stackoverflow.com
Same Jython on both systems?
Use latest SikuliX.
--
You received this questi
Question #660624 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660624
Status: Open => Answered
RaiMan proposed the following answer:
Since the App features depend on many system specifics, you have to
check every result and in case react accordingly or check what went
wron
Question #660613 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660613
Status: Open => Answered
RaiMan proposed the following answer:
Currently I am on holiday for 2 weeks. When I am back, I will have a
look at it. Thanks for finding the interesting post.
--
You received
Question #660655 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660655
Description changed to:
Hi,
I developed a sikuli python script on linux that uses this code:
from socket import AF_INET, SOCK_DGRAM
import sys
import socket
import struct, time
host = "pool.ntp.org"
port =
New question #660655 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660655
Hi,
I developed a sikuli python script on linux that uses this code:
from socket import AF_INET, SOCK_DGRAM
import sys
import socket
import struct, time
host = "pool.ntp.org"
port = 123
buf = 1024
address = (h
14 matches
Mail list logo