[Sikuli-driver] [Question #689123]: How to execute Linux commands remotely from windows machine using sikulix

2020-03-03 Thread K J R KISHORE KUMAR REDDY
New question #689123 on Sikuli: https://answers.launchpad.net/sikuli/+question/689123 How to execute Linux commands remotely from windows machine using sikulix -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1865423] Re: [2.0.x] Batch env paths are not considering in Sikuli IDE

2020-03-03 Thread K J R KISHORE KUMAR REDDY
Hello RaiMan, I want to Bath env paths are to be considering in Sikuli IDE so that i can place all my sikuli folder inside that path and i can able to import those sikuli folder in IDE SikuliIDE 1.1.3 is have above behavior -- You received this bug notification because you are a member of

Re: [Sikuli-driver] [Question #688961]: about onChange() function

2020-03-03 Thread larryli
Question #688961 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688961 larryli posted a new comment: let me add one information. maybe it is related with threshold value. in my side, I try it in the local using capture image to test it. it can detect the changed. whether this

[Sikuli-driver] [Bug 1865973] Re: SikuliXception in find function when used with 0 cache and same file name

2020-03-03 Thread umesh
image to search ** Attachment added: "this.png" https://bugs.launchpad.net/sikuli/+bug/1865973/+attachment/5333263/+files/this.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1865973 Title:

[Sikuli-driver] [Bug 1865973] [NEW] SikuliXception in find function when used with 0 cache and same file name

2020-03-03 Thread umesh
Public bug reported: Sikuli 2.0.2 Window 10 , 64 bit - version 1709 Following is code that I have reduced to reproduce this issue: import java.io.File; import java.io.IOException; import org.python.google.common.io.Files; import org.sikuli.basics.Settings; import org.sikuli.script.FindFailed;

Re: [Sikuli-driver] [Question #688961]: about onChange() function

2020-03-03 Thread larryli
Question #688961 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688961 larryli posted a new comment: Dear RaiMan, thanks for your answer. it can save the image correct. as the result, it can find complete different image from view, but why it can not find the different? at

[Sikuli-driver] [Question #689120]: Sikuli select not working

2020-03-03 Thread Eric G
New question #689120 on Sikuli: https://answers.launchpad.net/sikuli/+question/689120 On win10 64bit, running sikulix2.0.3 as administrator The following code does not run items = ("nothing selected", "item1", "item2",) selected = select("Please select an item from the list", options = items)

[Sikuli-driver] [Question #689113]: Yahoo Mail Password Recovery Without Phone Number and email

2020-03-03 Thread Speedy@123
New question #689113 on Sikuli: https://answers.launchpad.net/sikuli/+question/689113 Follow these steps for yahoo mail password recovery without phone number and email For yahoo mail password recovery without phone number and email you need to send us an message saying you need help on your

Re: [Sikuli-driver] [Question #689076]: Logical looping for speed

2020-03-03 Thread Eric G
Question #689076 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689076 Eric G posted a new comment: Thank you RaiMan! You're are a huge help -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #689076]: Logical looping for speed

2020-03-03 Thread Eric G
Question #689076 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689076 Status: Answered => Solved Eric G confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #689097]: jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap'

2020-03-03 Thread RaiMan
Question #689097 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689097 Status: Open => Needs information RaiMan requested more information: What system? How do you run sikulix.jar? -- You received this question notification because your team Sikuli Drivers is an answer

[Sikuli-driver] [Question #689097]: jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap'

2020-03-03 Thread Sudhansu Gewali
New question #689097 on Sikuli: https://answers.launchpad.net/sikuli/+question/689097 Following error is displayed while running Sikuli script with Java 11. HAve even tried with latest Sikuli jar.Issue is still there. Caused by: java.lang.ClassCastException: class

[Sikuli-driver] [Bug 1865423] Re: [2.0.x] IDE/API jars from commandline: should use actual environment

2020-03-03 Thread RaiMan
I have turned everything back. The actual environment is indeed respected in the IDE, when run from a commandline like you have. So you now have to tell me what you mean by: ... try to import modules from below path not working How do you do that? code example ** Changed in: sikuli

Re: [Sikuli-driver] [Question #689076]: Logical looping for speed

2020-03-03 Thread RaiMan
Question #689076 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689076 RaiMan proposed the following answer: --- I also have another problem where I am start sikuli from cmd administrator but the hotkeys still don't register over an application. no idea. sorry. In my tests

Re: [Sikuli-driver] [Question #689076]: Logical looping for speed

2020-03-03 Thread RaiMan
Question #689076 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689076 RaiMan proposed the following answer: ... getIndex is only needed if only some of the images matched and you want to know which on: for match in matches: print images[match.getIndex()] -- You received

Re: [Sikuli-driver] [Question #689076]: Logical looping for speed

2020-03-03 Thread RaiMan
Question #689076 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689076 RaiMan proposed the following answer: while 1: matches = regTest.findAny(images) if matches: while exists("Actionbutton.png"): click(matches[0]) -- You received this question

Re: [Sikuli-driver] [Question #688961]: about onChange() function

2020-03-03 Thread RaiMan
Question #688961 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688961 RaiMan proposed the following answer: not sure where you found that. you have to use: new_image.getFile(path, name) to save a ScreenImage as \name -- You received this question notification because your

[Sikuli-driver] [Bug 1865423] Re: Bath env paths are not considering in Sikuli IDE

2020-03-03 Thread RaiMan
ok, looks magic ;-) ... and you found a new problem: since 2.0.x (due to the fact, that it is no longer possible to tweak the Java classpath at runtime anymore) the final JVM runs the IDE in a detached process. The problem: the outer environment is not taken into account, it simply uses the

Re: [Sikuli-driver] [Question #689094]: how to click a button along with ctrl and shift keys in autoit and java

2020-03-03 Thread Manfred Hampl
Question #689094 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689094 Status: Open => Answered Manfred Hampl proposed the following answer: Not a Sikuli problem. You probably better ask at https://www.autoitscript.com/forum/ -- You received this question notification

Re: [Sikuli-driver] [Question #689093]: whether it can make runnable jar without other setting

2020-03-03 Thread RaiMan
Question #689093 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689093 Status: Open => Answered RaiMan proposed the following answer: --- for 2.0.2 whether it is possible to make one runable jar or file including the custom script, without install jython or sikuli or java