Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2014-02-19 Thread anupama kapoor
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 anupama kapoor proposed the following answer: Hello, I faced the same problem. I also have a combo box with list of countries. I cannot select one from list of many. But my combo box helped me by selecting

Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2013-09-22 Thread Muhammed
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 Status: Answered = Open Muhammed is still having a problem: Hi Akbar, We can not type any thing in the combo box. Only Up and Down Arrows are working. Hai RaiMan, List contains the Country Names, it

Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2013-09-22 Thread RaiMan
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 Status: Open = Answered RaiMan proposed the following answer: Clearly no. But I think with a fixed/known list, this is rather easy. Exception: you try with Region.text() or take an image of every list

Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2013-09-19 Thread akbar
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 akbar requested more information: 1) List is very large for validation - You can press the first letter of the required value and then do the looping logic. What about the first option? Only other option i

Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2013-09-18 Thread akbar
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 Status: Open = Answered akbar proposed the following answer: Option1:- Do a click on the list object and then click again by passing the text value of the list option. Last time i used such thing was

Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2013-09-18 Thread Muhammed
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 Status: Answered = Open Muhammed is still having a problem: Dear Akbar, Option 2 is fine, but there is some complexities :- 1) List is very large for validation 2) The highlighted or selected value

Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2013-09-18 Thread RaiMan
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 Status: Open = Answered RaiMan proposed the following answer: Is the content of the list known and fix? If yes, simply counting the KeyDown actions until a specified step value is reached might work.