← Back to team overview

sikuli-driver team mailing list archive

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

 

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 it with our added string.
Eg for 1st textbox
We tried 
region1=find(pic).below(10)
textbox1=region1.find(pic_textbox)
doubleclick(textbox1)
type("my string")

And for other text boxes, do we use the similar lines above to get to them ?
In those other 3 textboxes, they are empty and need filling in.

Advance Thanks
Sincerely

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.