[Sikuli-driver] [Question #683860]: Unable to click on Images when sikuli jar is integrated with eclipse.

2019-09-11 Thread Sayani Biswas
New question #683860 on Sikuli: https://answers.launchpad.net/sikuli/+question/683860 Trying to automate desktop application in MAC using 'sikulixsetup-1.1.3.jar' with Eclipse Neon. I am trying to capture the spotlight icon and want to click on it. Below is the code snippet. My maven project

[Sikuli-driver] [Question #683861]: r.hover() doesn't work

2019-09-11 Thread groszexxx
New question #683861 on Sikuli: https://answers.launchpad.net/sikuli/+question/683861 Hello. I am beginer and i have problem with r.hover(). Here i am pasting code when all works fine: r = selectRegion() wait(2) r.hover() mouseDown(Button.LEFT) wait(0.1) mouseUp(Button.LEFT) print("done")

Re: [Sikuli-driver] [Question #683861]: r.hover() doesn't work

2019-09-11 Thread groszexxx
Question #683861 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683861 Description changed to: Hello. I am beginer and i have problem with r.hover(). Here i am pasting code when all works fine: r = selectRegion() wait(2) r.hover() mouseDown(Button.LEFT) wait(0.1)

Re: [Sikuli-driver] [Question #683861]: r.hover() doesn't work

2019-09-11 Thread groszexxx
Question #683861 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683861 Status: Open => Solved groszexxx confirmed that the question is solved: It is funy when i spend many hours on resolve this and after publication this i got revelation. Loop for in 99% started with

[Sikuli-driver] [Question #683869]: Error while compiling as runnable JAR

2019-09-11 Thread Huko K
New question #683869 on Sikuli: https://answers.launchpad.net/sikuli/+question/683869 hello RaiMan - Was hoping you can point me in the right direction. My script runs flawless with out issue it's only when i'm trying to compile it as a runnable JAR file i get the following error: Compiling

[Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread Nitin Chaudhari
New question #683843 on Sikuli: https://answers.launchpad.net/sikuli/+question/683843 Hi Team, Thanks for support. Am using SikuliX 1.1.3. Using findAny() functions in my code many times. Not getting match all the time for the specified target. Same piece of code works well in other part of

[Sikuli-driver] [Question #683842]: [1.1.4]After run removeImagePath() , the result of getImagePath() is abnormal.

2019-09-11 Thread Linda
New question #683842 on Sikuli: https://answers.launchpad.net/sikuli/+question/683842 If script A.sikuli import B.sikuli. C.sikuli import A.sikuli. At script C, run [print getImagePath] Result is path of[C.sikul,A.sikuli,B.sikuli] If C.sikuli add commamd [removeImagePath(B.sikuli)] First

Re: [Sikuli-driver] [Question #683841]: Run same command, the result with sikuli 1.1.4 is different from sikuli 1.1.3

2019-09-11 Thread Linda
Question #683841 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683841 Status: Answered => Solved Linda confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #683841]: Run same command, the result with sikuli 1.1.4 is different from sikuli 1.1.3

2019-09-11 Thread RaiMan
Question #683841 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683841 Status: Open => Answered RaiMan proposed the following answer: Yes, this has changed, since the filename in sys.argv[0] should be the one of the running Python script. If you want to have the same as

Re: [Sikuli-driver] [Question #683826]: SikuliX on Linux Mint launch scrcpy from SikuliX script

2019-09-11 Thread RaiMan
Question #683826 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683826 Status: Open => Answered RaiMan proposed the following answer: App.run() should work. the java docs: /** * the given text is parsed into a String[] suitable for issuing a

[Sikuli-driver] [Question #683841]: Run same command, the result with sikuli 1.1.4 is different from sikuli 1.1.3

2019-09-11 Thread Linda
New question #683841 on Sikuli: https://answers.launchpad.net/sikuli/+question/683841 I try with the command: os.path.dirname(sys.argv[0]) Get the response with sikuli 1.1.3: C:/Users/Administrator/Desktop/sikuli Get different response with sikuli 1.1.4:

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread Nitin Chaudhari
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Nitin Chaudhari posted a new comment: Hi Raiman, I will try to add some wait before findAny(). Also I observed backround impacts the serach. Hence I always keep notpad as background and run the script. But

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread Nitin Chaudhari
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Description changed to: Hi Team, Thanks for support. Am using SikuliX 1.1.3. Using findAny() functions in my code many times. Not getting match all the time for the specified target. Same piece of code

[Sikuli-driver] [Question #683846]: PyCharm run/Debug stopped working with newer version

2019-09-11 Thread matteoa
New question #683846 on Sikuli: https://answers.launchpad.net/sikuli/+question/683846 hello all, I've been using Sikulix via PyCharm for months for debug, running from it etc etc etc, no problem, a pleasure to use. This morning I updated sikulix+API with latest version and when I try to run

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread RaiMan
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Status: Open => Answered RaiMan proposed the following answer: Might be a timing problem, since findAny does not wait for the image to get visible, but only searches once. Another problem might be that

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread RaiMan
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 RaiMan requested more information: Please send me a sample image and a screenshot, so I can test. sikulix---at---outlook---dot---com -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-09-11 Thread RaiMan
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Summary changed to: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #683846]: PyCharm run/Debug stopped working with newer version

2019-09-11 Thread RaiMan
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Status: Open => Answered RaiMan proposed the following answer: check your Jython setup in PyCharm: 1.1.4 uses Jython 2.7.1 BTW: IMHO this should be sufficient: Debug.setUserLogFile(b + 'logs\\' +

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-09-11 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 matteoa posted a new comment: hello RaiMan, I installed Jython 2.7.1 but at the time of setting it up with Pycharm as project interpreter having selected c:\jython2.7.1\bin\jython.exe It shows me an

[Sikuli-driver] [Question #683850]: Screen size is zoomed in after performing an action in Sikulix (Click, region, or anything else) comparing to the real screen

2019-09-11 Thread Alexander Gregor
New question #683850 on Sikuli: https://answers.launchpad.net/sikuli/+question/683850 This might be quite easy for you. :) I am a complete newbie to Sikuli. I downloaded the latest version 1.1.3 selected the option with Python(Jython) and had no trouble during installation. Sikuli opens up and