Forum Discussion

royd's avatar
royd
Regular Contributor
9 years ago
Solved

How can I access url and a string from email (web mail)?

I am using TestComplete version 12.10602.7 with Jscript.   I'm trying to access an URL and password for new user sign-up process. I am using webmail by mail the mailinator.com (saw a suggesion in t...
  • tristaanogre's avatar
    tristaanogre
    9 years ago

    Also, if the e-mail as received is in HTML format, it's possible that the URL in the email body is an actual HTML link. In which case, finding the URL could be a matter of using something like a FindChild call on the email body to find the link and grab the URL from there.  I'm GUESSING that there is a static portion of that link that is common no matter who gets the e-mail (perhaps the https://<signupage.com> portion) that you can use as part of the search parameters.