Re: [Sikuli-driver] [Question #213704]: click( img ) not working..

2012-11-09 Thread RaiMan
Question #213704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213704 Status: Open = Needs information RaiMan requested more information: As j-the-k already told: there are some aspects, that might lead to non-clicks and so it is helpful, to have more information on the

[Sikuli-driver] [Question #213751]: Anything similar to goto function?

2012-11-09 Thread Wing Chi Samuel Wong
New question #213751 on Sikuli: https://answers.launchpad.net/sikuli/+question/213751 My english is not very good, but i try to explain what i am talking about. first i have a list of reports in a web page like this 1-Report A 2-Report B 3-Report C 4-Report D 5-Report E but i dont run them all

Re: [Sikuli-driver] [Question #213751]: Anything similar to goto function?

2012-11-09 Thread RaiMan
Question #213751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213751 Status: Open = Answered RaiMan proposed the following answer: --- the static version reportsToRun = (1,3,5) for i in reportsToRun: if i == 1: # run 1-Report A elif i == 2: #

[Sikuli-driver] [Question #213774]: Maven dependency details for sikuli

2012-11-09 Thread Lasya Kiran
New question #213774 on Sikuli: https://answers.launchpad.net/sikuli/+question/213774 Hello all, I am trying to automate a UI using Selenium webdriver and Sikuli. I also have Maven for other reasons into my Eclipse. Now I am trying to add Sikuli as a dependency in Maven and I put the following

Re: [Sikuli-driver] [Question #213704]: click( img ) not working..

2012-11-09 Thread Gorilla
Question #213704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213704 Gorilla posted a new comment: it works if i change the click() function to this: Region_Menu_Guide=find(Pattern(KuA4IITEErat.png).similar(0.83).targetOffset(-2,-22)) #Find this image anywhere on the

Re: [Sikuli-driver] [Question #213704]: click( img ) not working..

2012-11-09 Thread Gorilla
Question #213704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213704 Gorilla posted a new comment: so can u detect the problem ? i allso have some questions like i have a circle and some difrent images...( A.B,C,.n) at diffrent distances .i am in the middle, and i

[Sikuli-driver] [Bug 778925] Re: [request] find/findAll to accept list of patterns

2012-11-09 Thread Greg Toombs
The threading workaround is reasonable, until you find the one element you're looking for, and Python has no support for killing the threads that keep looking for non-existent elements, and the CPU is pinned at 100%. -- You received this bug notification because you are a member of Sikuli