Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-27 Thread yashaswi
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 Status: Answered => Solved yashaswi confirmed that the question is solved: Hi dinev, That worked fine for me Thank you :) -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-27 Thread yashaswi
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 yashaswi confirmed that the question is solved: Thanks dinev, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for S

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-25 Thread dinev
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 dinev proposed the following answer: I have another suggestion. Let say page looks like --- Name: File Name: --- So when selecting the image for just Name incl

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread RaiMan
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 RaiMan posted a new comment: @ Roman exactly, that is how it goes - and it is beautiful ;-) If you learn to think Sikuli, you will get the right solutions. Thinking Sikuli means: Think in restricting regions

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread RaiMan
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 Status: Open => Needs information RaiMan requested more information: attachments cannot be posted here. put it somewhere in the net and post a link (e.g. dropbox) or send it to my mail at https://launch

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread Roman Podolyan
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 Status: Needs information => Answered Roman Podolyan proposed the following answer: IMHO, to get what you want, you can change search order and restrict search to region(s) Something like that: 1) Searc

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread yashaswi
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 Status: Needs information => Open yashaswi gave more information on the question: I'm using find("Image-of-name.png") I have attached the screenshot for the same This is what I'm doing click("Protecti

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread RaiMan
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 Status: Open => Needs information RaiMan requested more information: Are you using captured images or text in find: find("Name:") or find("image-of-name.png") A general solution might be to tab throu

Re: [Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread yashaswi
Question #193923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193923 yashaswi gave more information on the question: These are the fields my page contains Type: Name: Management Host: File Name: SAVE -- You received this question notification because you are a member of Si

[Sikuli-driver] [Question #193923]: How to select a text containing a common word

2012-04-17 Thread yashaswi
New question #193923 on Sikuli: https://answers.launchpad.net/sikuli/+question/193923 Hi, I have a label called Name: and another one called File Name: I need to type the Name against Name: label When I'm using find(Name) to select the first Name: to fill the text field, it searches for File Na