robotframework - Imap Library for Robot Framework, "Open Link From Mail" not working -



robotframework - Imap Library for Robot Framework, "Open Link From Mail" not working -

is there using imap library in robot framework? please help me resolve problem. i'm using imap library check new email comming, got issue during test.

my simple test case:

*** settings *** library selenium2library library imaplibrary *** test cases *** create simple test open mailbox server=imap.googlemail.com user=vntest...@gmail.com password=abcxyz ${latest}= wait mail service fromemail=brisi...@gmail.com toemail=vntest...@gmail.com timeout=300 ${html}= open link mail service ${latest} should contain ${html} mail service brisingrit vntestexpense 01 close mailbox

i met issue @ keyword 'open link mail'. script have got result ${latest} = 1, failed when "open link mail service 1 "

this test results:

starting test: web.tests.z temp suite.sandbox.create simple test

20141014 17:09:59.075 : info : ${latest} = 1

20141014 17:09:59.519 : fail : urlerror:

ending test: web.tests.z temp suite.sandbox.create simple test

i refer article: https://pypi.python.org/pypi/robotframework-imaplibrary/0.1.3?utm_source=dlvr.it&utm_medium=https%3a%2f%2fpypi.python.org%2fpypi%3f%253aaction%3drss

i have research on internet, can't find out way how resolve it. used utilize imap library, please give me advice.

thanks guys much!

robotframework imaplib

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -