Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread Clark Burbidge
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268580]: questions about sikulifirefoxdriver

2015-06-26 Thread Dan
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268580]: questions about sikulifirefoxdriver

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268580]: questions about sikulifirefoxdriver

2015-06-26 Thread Dan
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268579]: Java API - How to sort matches in Java IDE

2015-06-26 Thread Maks
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

Re: [Sikuli-driver] [Question #268573]: Java API - FindFailed: can not find image on second monitor

2015-06-26 Thread Maks
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

Re: [Sikuli-driver] [Question #268579]: Java API - How to sort matches in Java IDE

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268299]: UnitTest stop a whole test suite

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268580]: questions about sikulifirefoxdriver

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268573]: Java API - FindFailed: can not find image on second monitor

2015-06-26 Thread RaiMan
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

[Sikuli-driver] [Question #268580]: questions about sikulifirefoxdriver

2015-06-26 Thread Dan
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

Re: [Sikuli-driver] [Question #268573]: Java API - FindFailed: can not find image on second monitor

2015-06-26 Thread Maks
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

Re: [Sikuli-driver] [Question #268299]: UnitTest stop a whole test suite

2015-06-26 Thread Linda
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():

Re: [Sikuli-driver] [Question #268579]: Java API - How to sort matches in Java IDE

2015-06-26 Thread Maks
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268579]: Java API - How to sort matches in Java IDE

2015-06-26 Thread Maks
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

[Sikuli-driver] [Question #268579]: Java API - How to sort matches in Java IDE

2015-06-26 Thread Maks
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #268565]: could not find sikuli-script.jar

2015-06-26 Thread peter huang
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

Re: [Sikuli-driver] [Question #171313]: X-1.0: IDE: Extensions server not available --- How to load extension Guide?

2015-06-26 Thread Linda
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

Re: [Sikuli-driver] [Question #171313]: X-1.0: IDE: Extensions server not available --- How to load extension Guide?

2015-06-26 Thread Linda
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

Re: [Sikuli-driver] [Question #268573]: Java API - FindFailed: can not find image on second monitor

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268554]: findAll() after PAGE_DOWN does not work

2015-06-26 Thread Scott
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

Re: [Sikuli-driver] [Question #268554]: findAll() after PAGE_DOWN does not work

2015-06-26 Thread Scott
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

Re: [Sikuli-driver] [Question #268573]: Java API - FindFailed: can not find image on second monitor

2015-06-26 Thread Maks
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

Re: [Sikuli-driver] [Question #268573]: Java API - FindFailed: can not find image on second monitor

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #268573]: Java API - FindFailed: can not find image on second monitor

2015-06-26 Thread Maks
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

[Sikuli-driver] [Question #268573]: Java API - FindFailed: can not find image os second monitor

2015-06-26 Thread Maks
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

Re: [Sikuli-driver] [Question #268565]: could not find sikuli-script.jar

2015-06-26 Thread RaiMan
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

Re: [Sikuli-driver] [Question #267986]: Watch out for 4 different Images followed by 4 different Keyboard inputs. Scanning all images all the time.

2015-06-26 Thread Launchpad Janitor
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

Re: [Sikuli-driver] [Question #268565]: could not find sikuli-script.jar

2015-06-26 Thread kiyo
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>; 主题