Question #275381 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/275381
Status: Open => Answered
RaiMan proposed the following answer:
your ctrl-a ctrl-c apparently does not copy any valid text from the
screen.
a suitable wait after the click() might help:
click (img ) #click the image which has the text format in 1st window.
wait(1) # let GUI get ready after the click
type ('a',KeyModifier.CTRL )
--
You received this question notification because your team Sikuli Drivers
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