How to read New whatsapp message

@UR_UDAY_KIRAN

Check out this flow:
WhatsApp_GetNewMessages.zip (44.8 KB)

Flow explained:

  1. Checks if green icon exists ( = unread messages)
    Here I used a dynamic selector with a regEx pattern.
  2. If it exists, the conversation is opened.
  3. A click in the messages area is performed in order for the “green icon” to disappear from this conversation.
  4. The new messages are read and added in a datatable.
  5. Checks again if the green icon exists
    The previously found “green icon” disappeared due to step 3.
    And so on and so on.

Outputs all data in an excel file.

Prerequisites:

  • Make sure to be logged on web.whatsapp.com
  • Make sure to have some unread messages in your last conversations.

Issues might occur if there are so many conversations with new messages that not all of them are viewable on the screen when you navigate to web.whatsapp.com. In that case, you will need to implement some scrolling technique.

Emoticons will be treated as empty strings.

7 Likes