← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #239663]: need help on scanning email and delete based on word filtered

 

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.