sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57269
Re: [Question #697681]: select all text and copy to clipboard
Question #697681 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697681
Status: Open => Answered
RaiMan proposed the following answer:
Just tried on my macOS with 2.0.5: (thought you are on macOS, not
Windows!?)
click() # make window foreground/active
wait(1)
type("a", Key.CMD) # select all text
having a text window centred on the screen.
The text is selected as expected.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.