sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07874
[Question #183604]: Unable to clear the text field using sikuli
New question #183604 on Sikuli:
https://answers.launchpad.net/sikuli/+question/183604
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
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.