sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #06863
Re: [Question #178696]: How to Clear Text Field Automatically.
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.