Question #183604 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/183604

Description changed to:
I want to clear the text field in emulator which is already typed by
other user.

I have tried the below command but its not working

click("the-GUI-text-field.png")
type("a", KeyModifier.CTRL) # select all text
type(Key.BACKSPACE) # delete selection

getting a below error

NameError: name 'KeyModifier' is not defined

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to