Secured email-web Subject, Date, From and Link download

I have a requirement that I have been looking for the best way to perfect. Here are the requirement:

  1. Our vendor grands us access to their secure web email(Not connecting using any outlook, any email activity)
  2. I have to log in from the URL provided
  3. Select the first email from the email

Hi @Ade_O

You can do the UI automation for this case. use the UI activities to automate login to website and opening the first mail.

Hope it helps!!

I have automated the log in…

1 Log shows this secured email with about two to three emails:

2 Click the most recent email under “Subject” which is usually a link on top of the box OR it’s the latest email by Date. The link will have something like this Secured: UDM July 24 SaladDetail/ CD Detail. When this link is clicked, another email opened with two or more attachments

and

3: Click on UDM July 24 SaladDetail/ CD Detail

I customize my selector for actual current month passed via variable generated from current date

What I need achieved is:

  • Getting the process to pick the current “Secured: UDM July 24 SaladDetail/ CD Detail ” July will change to August and so on….my date passing was already generating this
  • Clicking exactly under the subject heading matching the link text that opens the next two files to download
  • Picking the selected attachment and download.
  • I have read various options online which really does not meet my requirement