Re: [Sikuli-driver] [Question #665696]: Can we integrate selenium in Sikuli IDE?

2018-03-22 Thread RaiMan
Question #665696 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665696 Status: Open => Answered RaiMan proposed the following answer: When you use the SikuliX IDE and script using Python language, then internally the Java-based Jython interpreter is used. This means, you c

Re: [Sikuli-driver] [Question #667037]: Building a custom Sikuli/Eclipse IDE

2018-03-22 Thread RaiMan
Question #667037 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667037 Status: Open => Answered RaiMan proposed the following answer: Though I think, that to use Python language is not too complicated and challenging to write down basic to medium complex SikuliX based workf

[Sikuli-driver] [Question #667071]: [error] highlight transparent is not support on Linux!

2018-03-22 Thread Jeff_Vallis
New question #667071 on Sikuli: https://answers.launchpad.net/sikuli/+question/667071 #1.1.2(2018-03-08_08:37)/Linux4.13.0-36-generic/Java8(64)1.8.0_161-b12 IDE Message [error] highlight transparent is not support on Linux! How can I stop this message from appearing as far as I can see it highli

Re: [Sikuli-driver] [Question #667010]: Image FindFailed on different MacBook-Pros even though the screen resolutions are the same

2018-03-22 Thread Lee Yen Liang
Question #667010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667010 Lee Yen Liang posted a new comment: Maby I have to find a way to set the colors of the screen to exactly the same on the two computers. -- You received this question notification because your team Sikuli Dr

Re: [Sikuli-driver] [Question #667010]: Image FindFailed on different MacBook-Pros even though the screen resolutions are the same

2018-03-22 Thread Lee Yen Liang
Question #667010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667010 Lee Yen Liang posted a new comment: With the help of the online photo editor (`https://pixlr.com/editor/`), I found that the colors are slightly different between the image captured on the old MacBook-Pro and

Re: [Sikuli-driver] [Question #667071]: [error] highlight transparent is not support on Linux!

2018-03-22 Thread RaiMan
Question #667071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667071 Status: Open => Answered RaiMan proposed the following answer: Uuups, I have to check and will correct it. please be patient ;-) -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #667080]: Notepad++ settings not compatible with Sikuli

2018-03-22 Thread arminius
New question #667080 on Sikuli: https://answers.launchpad.net/sikuli/+question/667080 I copy some code over to notepad++ because I find it has alot more useful features like find and replace. I tab multiple lines then copy and paste the code back to Sikuli IDE, it won't save until I retab ever

Re: [Sikuli-driver] [Question #667080]: Notepad++ settings not compatible with Sikuli

2018-03-22 Thread RaiMan
Question #667080 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667080 Status: Open => Answered RaiMan proposed the following answer: Why such complicated? With a new script start in the IDE and save it once with a name. Then close it in the IDE (no need to stop the IDE).

Re: [Sikuli-driver] [Question #667080]: Notepad++ settings not compatible with Sikuli

2018-03-22 Thread RaiMan
Question #667080 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667080 RaiMan proposed the following answer: ... and to answer your question: You should take care, that you have the tab settings the same for .py files in np++ and the IDE (-> Preferences). recommended: a tab is

Re: [Sikuli-driver] [Question #667010]: Image FindFailed on different MacBook-Pros even though the screen resolutions are the same

2018-03-22 Thread RaiMan
Question #667010 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667010 RaiMan proposed the following answer: This surely has nothing to do with colors. If you look at both images and count pixels: only just looking at the left slider: - old 9 Pixels - new 10 Pixels this simply

[Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread Robert
New question #667091 on Sikuli: https://answers.launchpad.net/sikuli/+question/667091 I am using Sikuli as Java library. I am making a screenshot, and giving path to screenshot, but mous clicks on random places. Why can it be, Also can you write an example of path in Mac. -- You received t

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Open => Needs information RaiMan requested more information: what Mac? what Java? what SikuliX? -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #667071]: [error] highlight transparent is not support on Linux!

2018-03-22 Thread RaiMan
Question #667071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667071 RaiMan proposed the following answer: I checked and have to say: I do not have this error message on Ubuntu 16.04 64Bit with SikuliX 1.1.2 (highlight just works). Anyways: I will change the message from err

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Needs information => Open Robert gave more information on the question: Macbook pro. OS 10.13. 2 version. Java: 1.8.0 _16-1-b12 SikuliX 1.1.0 On Thu, Mar 22, 2018 at 6:08 PM, RaiMan < question66

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread RaiMan
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Open => Answered RaiMan proposed the following answer: please upgrade to 1.1.2 I guess the Java version is 1.8.0 _161-b12 ??? What exactly are you doing? paste your code snippet. -- You recei

Re: [Sikuli-driver] [Question #667091]: Click on random places

2018-03-22 Thread Robert
Question #667091 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667091 Status: Answered => Open Robert is still having a problem: Screen screen = new Screen(); Pattern p = new Pattern("/Users/goldgames/Documents/SikuliX/ScreenShots/aaa.png"); screen.wait(p,2).click(); T

Re: [Sikuli-driver] [Question #665696]: Can we integrate selenium in Sikuli IDE?

2018-03-22 Thread Hina
Question #665696 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665696 Status: Answered => Solved Hina confirmed that the question is solved: So it worked. Here are the steps !!! 1- Download and paste selenium standalone server jar file in user\\AppData\Roaming\Sikuli\Ext