sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24743
Re: [Question #245447]: Looking to copy text from a specific location in a browser
Question #245447 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245447
Status: Open => Answered
obiwan-92 proposed the following answer:
Hello.
Select the text you want to copy by make a double click, then :
type('c', KeyModifier.CTRL)
text = Env.getClipboard()
Regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.