ClickTopNotification
You use the ClickTopNotification keyword to click and drill down on the first unread message in the notifications list. You also use the keyword to click the Mark All as Read option in the notifications list, and then close the notifications list.
Signature
The ClickTopNotification keyword supports the following signature:
ClickTopNotification(MessagebroadcastRN,Expectedmessage,Close/KeepOpen)
ClickTopNotication checks for notification messages for up to ten iterations (with an interval of one minute for each of the iterations).
Desktop Examples
The following table describes how to use the ClickTopNotification keyword to drill down on the first unread message in the notifications list.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
MsgBrdCstIcon |
Account_10142015_041155918 |
Close |
Clicks the first unread message in the notifications list, and closes the control. |
MsgBrdCstIcon |
Mark All As Read |
Close |
Clicks the Mark all as Read option in the notifications list, and closes the control. |
MsgBrdCstIcon |
Mark All As Read |
KeepOpen |
Clicks the Mark all as Read option in the notifications list, and keeps the control open. |
MsgBrdCstIcon |
NULL |
Close |
Closes the notification control. |
MsgBrdCstIcon |
Account_10142015_041155918 |
KeepOpen |
Clicks the first unread message in the notifications list and keeps the control open. |
Mobile Examples
The ClickTopNotification keyword does not apply to mobile applications.