[Sikuli-driver] [Question #680320]: SikuliXIDE; Mojave; Robot Framework: TypeError: unsupported operand type(s) for -: 'unicode' and 'int'

2019-04-18 Thread Melvin Raymond
oopvalue FOLLOWING IS THE ROBOT FRAMEWORK OUTPUT: Test Execution Log 00:00:13.367SUITE GA4-experimenting Full Name: GA4-experimenting Source: /Users/labquest_automation/Desktop/SikuliX_Scripts/GA4-experimenting.sikuli.robot/GA4-experimenting.robot Start / End / Elapsed: 20190418 12:56:33.65

[Sikuli-driver] [Question #680319]: Mac OSX Startup

2019-04-18 Thread Robert Burgess
New question #680319 on Sikuli: https://answers.launchpad.net/sikuli/+question/680319 I've installed the app and I'm starting to get the hang of setting things up in the IDE and running them. However I have I guess a 2 part question. How can I get the script I create to just run on startup eve

Re: [Sikuli-driver] [Question #680301]: 1.1.4 collectWords() raises java NPE --- fixed buils#286

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

Re: [Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

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

Re: [Sikuli-driver] [Question #680301]: 1.1.4 collectWords() raises java NPE --- fixed buils#286

2019-04-18 Thread RaiMan
Question #680301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680301 RaiMan proposed the following answer: ok, good job ;-) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #680301]: 1.1.4 collectWords() raises java NPE --- fixed buils#286

2019-04-18 Thread Mindaugas
Question #680301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680301 Mindaugas posted a new comment: Solved the last one by installing VC++ 2015 and deleting the ...User/AppData/Local/Test4J/win-xxx/ folder. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #680301]: 1.1.4 collectWords() raises java NPE --- fixed buils#286

2019-04-18 Thread Mindaugas
Question #680301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680301 Mindaugas posted a new comment: Thanks a lot RaiMan, I think my problem might be with some libraries missing. I tried this script: m = find("171349032.png") words = m.findAllText(".jar") print(words) Gi

Re: [Sikuli-driver] [Question #680301]: 1.1.4 collectWords() raises java NPE --- fixed buils#286

2019-04-18 Thread RaiMan
Question #680301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680301 Summary changed to: 1.1.4 collectWords() raises java NPE --- fixed buils#286 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #680301]: collectWords() raises java NPE

2019-04-18 Thread RaiMan
Question #680301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680301 RaiMan proposed the following answer: The NPE problem is fixed. collectWords, collectWordsText now return an empty list if no details are to be returned. more comments: # no longer needed wirh 1.1.4+ #Sett