Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
Clark Burbidge posted a new comment:
This helped me get the remote server launched.
https://github.com/clarkburbidge/SikuliCalc/tree/master#running-the-
server
--
You received this question notification be
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
Status: Answered => Open
peter huang is still having a problem:
thanks Railman, one more question for Sikuli setup. When Sikuli Setup, users
are asked to choose options, can i choose options 1, 2 at the
Question #268580 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268580
Dan posted a new comment:
SikuliFirefoxDriver can be found here:
https://code.google.com/p/sikuli-api/wiki/SikuliWebDriver
It looks like you turn on the OCR with:
Settings.OcrTextSearch
Settings.OcrTextRea
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
Status: Open => Answered
RaiMan proposed the following answer:
the mentioned error
[error] RunTimeINIT: terminating: no valid Java context for Sikulix
available (java.security.CodeSource.getLocation
Question #268580 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268580
RaiMan proposed the following answer:
I meant that this code
ScreenRegion s = new DesktopScreenRegion();
Target target = new ImageTarget(new File("2button.png"));
ScreenRegion r = s.find(target);
Mouse mouse
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
RaiMan posted a new comment:
@ comment #8:
you have C:\Program Files (x86)\Sikuli X\libs in your system path.
When working with 1.1.0 you should purge or hide everything, that has to do
with any prior Siku
Question #268580 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268580
Dan posted a new comment:
Yes, I am using the java API. Is there a more appropriate forum to ask
that question? The java API has a Region.text() that acts as OCR, but it
seems to turned off by default.
--
Y
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
RaiMan posted a new comment:
starting to comment your stuff
* the start of your program is not correct:
--- you have:
import org.sikuli.basics.SikulixForJython
# from sikuli.Sikuli import *
from robotre
Question #268579 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268579
Maks posted a new comment:
Thanks you, RaiMan. Will check it and post feedback. Have a nice day.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer con
Question #268573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268573
Maks posted a new comment:
Thank you RaiMan. I'll try to update and post the feedback.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for S
Question #268579 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268579
Status: Open => Answered
RaiMan proposed the following answer:
latest build of version 1.1.0 has this:
added: findAllByRow, findAllByColumn: returns an array of matches in
sorted order
how it is implem
Question #268299 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268299
RaiMan proposed the following answer:
with SikuliX 1.1.0 later than 2015-06-01 you have Jython 2.7.0 bundled.
This should support it, since they claim to be Python 2.7 compatible.
If this is not the case, I
Question #268580 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268580
Status: Open => Answered
RaiMan proposed the following answer:
sorry, what you are using is not SikuliX based (http://sikulix.com), but
based on Sikuli Java API (https://code.google.com/p/sikuli-api).
I
Question #268573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268573
Status: Open => Answered
RaiMan proposed the following answer:
you have an old version (201504200100)
please update to the latest version 1.1.0_20150625
--
You received this question notification beca
New question #268580 on Sikuli:
https://answers.launchpad.net/sikuli/+question/268580
I just discovered sikuli and I am having some trouble getting the
SikuliFirefoxDriver to work the way I would like. I am trying to use Sikuli
(and selenium) to click on buttons in a flash program running in my
Question #268573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268573
Status: Answered => Open
Maks is still having a problem:
RaiMan, thanks for your answer. But this only works for default monitor.
When I start program for default monitor, square with a red border
appear
Question #268299 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268299
Linda posted a new comment:
setupmodule seems to be introduced in python 2.7, is Sikuli supporting
that? because I can't seem to get the setUpModule to work, or maybe I am
doing it wrong.
def setUpModule():
Question #268579 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268579
Description changed to:
Hello, Dear Colleagues.
I wrote code in Sikuli IDE with two requirements:
1). Sort all matches, returned with findall() method;
2). Click on all matches except the last.
But I cannot
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
peter huang gave more information on the question:
what is the getlocation() here? is anything wrong?
the programme i want to run with Jython is as following:
import sys
import org.sikuli.basics.SikulixForJ
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
peter huang gave more information on the question:
what is the getlocation() here? is anything wrong?
the programme i want to run with Jython is as following:
import sys
import org.sikuli.basics.SikulixForJ
Question #268579 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268579
Description changed to:
Hello, Dear Colleagues.
I wrote code in Sikuli IDE with two requirements:
1). Sort all matches, returned with findall() method;
2). Click on all matches except the last.
But I cannot
New question #268579 on Sikuli:
https://answers.launchpad.net/sikuli/+question/268579
Hello, Dear Colleagues.
I wrote code in Sikuli IDE with two requirements:
1). Sort all matches, returned with findall() method;
2). Click on all matches except the last.
But I cannot implement perform none of t
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
peter huang gave more information on the question:
I have deleted mutiple Sikuli folders but the same errors. No valid Java
context for Sikuli availble Java.Security.Codesource.Getlocation() is
null
--
You
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
peter huang gave more information on the question:
in Sikuli_Home, i am pointing to Sikutlix-2014. does it matter to have
mutiple Sikuli folders?
--
You received this question notification because you are a
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
peter huang gave more information on the question:
in E:\ on my disk, i have installed 4 sikuli all 1.1.0
E:\ 的目录
2015/06/12 17:23 Sikuli
2015/06/25 18:16 Sikulix
2015/06/25 17
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
peter huang gave more information on the question:
my enviroment variables are as following:
ALLUSERSPROFILE=C:\ProgramData
ANDROID_HOME=C:\Users\witon\AppData\Local\Android\sdk
ANT_HOME=D:\apache-ant-1.9.4
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
peter huang gave more information on the question:
all the following are done
You might use export or any other appropriate method.
In cases you do not want to run scripts from inside the SikuliX IDE or
fro
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
Status: Needs information => Open
peter huang gave more information on the question:
i am using 1.1.0 , sikulixapi.jar is on my java class path.
what is comment #2 section 2.)?
--
You received this qu
Question #268565 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268565
peter huang posted a new comment:
i don't think it is solved. We are using Sikuli for one testing project.
Let me share some technical details.
--
You received this question notification because you are a m
Question #171313 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171313
Linda posted a new comment:
or, I just want a way to show text on the screen while running a test,
similar to the highlight functionality, but with text.
--
You received this question notification because y
Question #171313 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171313
Linda posted a new comment:
I'm interested in the guide extension for 1.1.0 as well.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sik
Question #268573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268573
Status: Open => Answered
RaiMan proposed the following answer:
this works with the latest nightly build having the setup-generated
sikulixapi.jar on the project's class path:
package testjava;
import j
Question #268554 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268554
Scott confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sik
Question #268554 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268554
Status: Answered => Solved
Scott confirmed that the question is solved:
Yep! That was it. Thank you for answering my question so fast.
Scott
--
You received this question notification because you are
Question #268573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268573
Status: Needs information => Open
Maks gave more information on the question:
The version is 1.1.0
--
You received this question notification because you are a member of
Sikuli Drivers, which is an ans
Question #268573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268573
Status: Open => Needs information
RaiMan requested more information:
what version of SikuliX?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer c
Question #268573 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268573
Summary changed to:
Java API - FindFailed: can not find image on second monitor
Description changed to:
I'm using Java IDE with Sikuli to detect image on second monitor. Code
works fine on default monitor i
New question #268573 on Sikuli:
https://answers.launchpad.net/sikuli/+question/268573
I'm using Java IDE with Sikuli to detect image on second monitor. Code works
fine on default monitor and in Sikuli IDE, but doesn't find on second monitor.
Code:
package sikuli;
import org.sikuli.script.*;
pu
Question #268565 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268565
Status: Open => Solved
RaiMan changed the question status:
seems to be solved
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikul
Question #267986 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267986
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
Question #268565 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268565
Status: Answered => Open
kiyo is still having a problem:
thank you very much!
-- 原始邮件 --
发件人: "RaiMan";;
发送时间: 2015年6月26日(星期五) 中午1:56
收件人: "yin"<532433...@qq.com>;
主题
41 matches
Mail list logo