Re: [Sikuli-driver] [Question #269936]: How to select textbox next to fixed text using sikuli in Java?

2015-08-03 Thread Amol
Question #269936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269936 Status: Answered => Solved Amol confirmed that the question is solved: Its working... Thanks a lot. -- You received this question notification because you are a member of Sikuli Drivers, which is an an

Re: [Sikuli-driver] [Question #269936]: How to select textbox next to fixed text using sikuli in Java?

2015-08-03 Thread Eugene S
Question #269936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269936 Status: Open => Answered Eugene S proposed the following answer: The most straightforward way to do that will be locating that constant text label and storing. Then you can define the region you are inte

[Sikuli-driver] [Question #269936]: How to select textbox next to fixed text using sikuli in Java?

2015-08-03 Thread Amol
New question #269936 on Sikuli: https://answers.launchpad.net/sikuli/+question/269936 In my case, I need to select and clear text box value from the application. Text box value is dynamic but one text before the text box is fixed. How would I acheive this? Please suggest. Thanks in advance, --