Question #239663 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/239663
Status: Open => Answered
RaiMan proposed the following answer:
text processing is not really a job for Sikuli ;-)
But here you are:
This is what you have to simulate:
- open a mail
- click into the subject
- type ctrl-a
- type ctrl-v
- get the text from the clipboard:
text = Env.getClipboard()
- scan the text for your words (plain Python features)
- click delete mail (if you scan says so)
--
You received this question notification because you are a member of
Sikuli Drivers, which 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