Re: [Sikuli-driver] [Question #223322]: how to highlight and delete text string in text box

2013-03-04 Thread RaiMan
Question #223322 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223322 Status: Open => Answered RaiMan proposed the following answer: for each text box label define a Pattern: label1 = Pattern("image of label1.png").similar(0.95).targetOffset(50, 0) the high similarity sho

[Sikuli-driver] [Question #223322]: how to highlight and delete text string in text box

2013-03-03 Thread ZW
New question #223322 on Sikuli: https://answers.launchpad.net/sikuli/+question/223322 Hi All Windows platform We have 4 look alike textboxes but each has a different label associated with each text box. One textbox already has text string in it. How to we highlight it and delete it and replace i