New question #263844 on Sikuli:
https://answers.launchpad.net/sikuli/+question/263844
Hello,
I'm trying to find a solution for one of my major project. i.e 'how to read
single row from csv file using python'. Here I'm trying to find it in various
ways. But i'm not getting the exact output. Here
A question was asked in a language (Chinese (Simplified)) spoken by
none of the registered Sikuli answer contacts.
https://answers.launchpad.net/sikuli/+question/263842
使用Sikuli-X-1.0过程中遇到截图不能识别的问题,导致自动化脚本不能正常运行
在A计算机上利用 GUI 截图进行编程,能够轻松地创建自动化脚本来完成各种界面操作,但同样的脚本在B计算上运行,就会出现很多截图不能识别,最终脚本执行失败
A、
New question #263836 on Sikuli:
https://answers.launchpad.net/sikuli/+question/263836
I am trying to set up this app on 10.10.2 Mac. I ran the setup, and it just
failed. Please help me get through this issue! thank you!
[debug (3/18/15 6:51:56 PM)] Debug: setLogFile:
/Users/RapTop/Documents/aut
if there are any scripts you want me to try to run on my side and give
you and debug output, please let me know. i’m happy to help.
Benjamin Lok, Ph.D.
Co-Founder and Product Manager
Shadow Health, Inc.
l...@shadowhealth.com
Professor and Director of the Digital Arts and Sciences Program
Compute
Question #263785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263785
Dhinakar Kalyanasundaram posted a new comment:
Hi, I just read through one of the other threads.
https://answers.launchpad.net/sikuli/+question/233962
1. Run runSetup.cmd
2. Select Pack 2 (Pack1 & Pack2 are
Question #263785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263785
Dhinakar Kalyanasundaram posted a new comment:
Thanks for the prompt response again.
I checked and I am using version 1.0.1.
Where can I find 'sikuli-script.jar'. I only tried with 'sikuli-ide.jar'.
That is
Question #263785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263785
RaiMan posted a new comment:
@Dhinakar
Are you sure, you ran (version 1.0.1):
java -jar sikuli-script.jar -r some.sikuli
--
You received this question notification because you are a member of
Sikuli Driver
Question #263785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263785
Dhinakar Kalyanasundaram posted a new comment:
Hi RaiMan, thanks for your prompt response. I quickly tried the 1.0.1
version, I still get the 'SikuliX: collect runtime options' popup. I
tried both .skl and .s
Question #263785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263785
RaiMan posted a new comment:
@Dhinakar
with version 1.0.1 you should use sikuli-script.jar to run scripts from command
line.
--
You received this question notification because you are a member of
Sikuli Dr
ok, thanks.
I have to check this possible problem on the Java level again.
** Changed in: sikuli
Status: New => Opinion
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Summary changed:
- Region.click() does not shift if checkLastSeen is TRUE
+ [1.1.0] Regi
** Description changed:
+ did some testing with
+ Mac OS X 10.10.2
+ Java 1.8.0_20 (64-Bit)
+ SikuliX version 1.1.0 (build 201503181055)
+
+ The script (run from the IDE) has a loop, where a new Mail is opened,
+ some clicks and types are done and the mail is closed with do-not-save.
+
Question #263785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263785
Dhinakar Kalyanasundaram posted a new comment:
By the way, my operating system is Windows7 and I tried the below commands @cmd
line or console.
java -jar sikuli-ide.jar -r d:\Sikuli\scripts\Test.skl
&
java -
Question #263785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263785
Dhinakar Kalyanasundaram posted a new comment:
Hi David Douglas, RaiMan,
I still get 'SikuliX: collect runtime options' if I try to invoke the *.sikuli
file.
May I know how you were able to get rid of it?
This works.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1433471
Title:
Region.click() does not shift if checkLastSeen is TRUE
Status in Sikuli:
New
Bug description:
MacOS Retina 10.10.2
I cannot reproduce this behavior.
What happens with this version:
public void clickBelowMyRegion() {
Settings.CheckLastSeen = true;
screen.wait("myRegion.png");
screen.click(screen.getLastMatch().offset(0,20));
}
--
You received this bug notification because you are a member of Sikuli
Public bug reported:
MacOS Retina 10.10.2
Java 1.7_40
SikuliX 1.1.0 nightly build downloaded 01-03-15
Imagine this code:
public void clickBelowMyRegion() {
Settings.CheckLastSeen = true;
Region match = screen.wait("myRegion.png");
match.y = match.y + 20;
match.click();
}
clickBelowM
Question #262951 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/262951
RaiMan posted a new comment:
to keep it open
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
__
Question #262951 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/262951
Status: Expired => Answered
RaiMan changed the question status:
to keep it open
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sik
Question #262951 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/262951
Status: Needs information => Expired
Launchpad Janitor expired the question:
This question was expired because it remained in the 'Needs information'
state without activity for the last 15 days.
--
You
Question #263790 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263790
Status: Open => Answered
RaiMan proposed the following answer:
--- it would be nice to have an easy way to generate this, but the API isn't
huge so it's not bad.
The API has about 15 relevant classes an
Question #263799 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263799
Status: Open => Answered
RaiMan proposed the following answer:
How to run the script from command line with the 1.0.1 Mac app see my
answer on your other question, that you marked as solved yesterday.
S
Public bug reported:
Using os x 10.10.2, and sikuli 1.1.0 build. I'm pretty new to sikuli,
but have created about a 70 line script. basic stuff, click on this
button, type a short command, etc. however about 40-50 instructions in
(not always at the same spot), performance *suddenly* slows to a
Question #263536 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263536
Status: Answered => Solved
RaiMan changed the question status:
made it a bug
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli
Question #263536 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263536
Linked to bug: #1433454
https://bugs.launchpad.net/bugs/1433454
"[1.1.0] Mac OS X 10.10: Scripts slowing down click/type after some rather
short runtime"
--
You received this question notificat
Question #263536 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263536
RaiMan proposed the following answer:
I made it a bug, to have it on my list.
So please further comments in the bug 1433454 thread.
--
You received this question notification because you are a member of
Sik
Bug #1433454 status changed in Sikuli:
New => In Progress
https://bugs.launchpad.net/sikuli/+bug/1433454
"[1.1.0] Mac OS X 10.10: Scripts slowing down click/type after some rather
short runtime"
This bug is linked to #263536.
sikuli-ide scripts start slowing down after about 40 instructions
Question #263536 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263536
RaiMan proposed the following answer:
@Matthew
thanks for the information and the script sample.
It helps me, to set up a test case and see, what I can evaluate.
--
You received this question notification b
27 matches
Mail list logo