[Sikuli-driver] [Question #373612]: Jar File searches in first folder of ImagePath only

2016-08-30 Thread Den
New question #373612 on Sikuli: https://answers.launchpad.net/sikuli/+question/373612 Hello, i have a problem with jar built. It looks for images only in one (first added) folder and ignores others folder in ImagePath. I print out the ImagePath and all added folders are normally shown. But

Re: [Sikuli-driver] [Question #359520]: Issue with a setup

2016-08-30 Thread RaiMan
Question #359520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/359520 Status: Open => Answered RaiMan proposed the following answer: ok, you are right. There must be something wrong, I have to check. ... but nevertheless: I did not have any problem with the offline

Re: [Sikuli-driver] [Question #359520]: Issue with a setup

2016-08-30 Thread Cam
Question #359520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/359520 Status: Answered => Open Cam is still having a problem: On http://nightly.sikuli.de/ the sikulisetup...jar link gives me the one from July. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #359520]: Issue with a setup

2016-08-30 Thread RaiMan
Question #359520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/359520 Status: Open => Answered RaiMan proposed the following answer: ok, you have a setup...jar from July and I guess the other files are newer. For an offline setup of the nightly you have to always

Re: [Sikuli-driver] [Question #353956]: Permission issue with Selenium in Sikuli

2016-08-30 Thread Sam
Question #353956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/353956 Sam posted a new comment: The typo was a copy/paste artifact. RaiMan's JFile suggestion worked great. The whole Jython mixed API system is something I'm slowly getting my head around. Hopefully that's the

Re: [Sikuli-driver] [Question #353956]: Permission issue with Selenium in Sikuli

2016-08-30 Thread masuo
Question #353956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/353956 masuo posted a new comment: @Sam at #30 comment Did you do typo for Directory path name? ".default" is missing? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #359520]: Issue with a setup

2016-08-30 Thread Cam
Question #359520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/359520 Status: Needs information => Open Cam gave more information on the question: Sent -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #353956]: Permission issue with Selenium in Sikuli

2016-08-30 Thread RaiMan
Question #353956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/353956 Status: Open => Answered RaiMan proposed the following answer: ... ok, then you can try: # add import java.io.File as JFile # and then use profile =

Re: [Sikuli-driver] [Question #353956]: Permission issue with Selenium in Sikuli

2016-08-30 Thread Sam
Question #353956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/353956 Status: Answered => Open Sam is still having a problem: That was just one phrasing of the five I've tried. This yields the identical response. profile =

Re: [Sikuli-driver] [Question #353956]: Permission issue with Selenium in Sikuli

2016-08-30 Thread RaiMan
Question #353956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/353956 Status: Open => Answered RaiMan proposed the following answer: IMHO: in this snippet there is some naming inconsistency:

Re: [Sikuli-driver] [Question #353956]: Permission issue with Selenium in Sikuli

2016-08-30 Thread Sam
Question #353956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/353956 Status: Answered => Open Sam is still having a problem: Masuo, I search my errors extensively before posting here. I have not found a method for resolving this exception using python commands for the

Re: [Sikuli-driver] [Question #359520]: Issue with a setup

2016-08-30 Thread RaiMan
Question #359520 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/359520 Status: Open => Needs information RaiMan requested more information: please send the logfile to sikulix--at--outlook--dot--com -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #372286]: How to detect one object in slightly different background color

2016-08-30 Thread Roman Podolyan
Question #372286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/372286 Roman Podolyan posted a new comment: When our team had alike problems (images from our notebooks did not match images from virtual machine tests run on), one of the solutions was to establish VNC connection

Re: [Sikuli-driver] [Question #353956]: Permission issue with Selenium in Sikuli

2016-08-30 Thread masuo
Question #353956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/353956 Status: Open => Answered masuo proposed the following answer: Search net about selenium profile by using keywords. e.g. "usage to get selenium profile" Then learn relation between Class and Method .