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

    Status: Open => Answered

RaiMan proposed the following answer:
Generally, you have to simulate with Sikuli, what you are doing manually
(sikuli does not have any features to talk with an application directly
or access GUI elements like Selenium).

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

normally does the job.

-- 
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