sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34822
Re: [Question #271928]: type(xxx, Key.DELETE) don't delete highlighted text
Question #271928 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/271928
RaiMan proposed the following answer:
Be aware:
type(someTarget, someKeys) is resolved in a sequence of
click(someTarget)
type(someKeys)
and hence resets an existing selection.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.