Hi Prasanna,
what I was trying to do in my reply was to do the right click on notification icon which should open the contect menu options for the application. once you get the menu you can traverse (using arrow keys) through different options and select(using enter key).
in the code I have used device replay to use arrow keys. you may use the sendkeys method too.
what Milind has done is, getting the exact point (x and y co-ordinates) where the notification icon is there. and does the double click on WinToolbar object.
what I was trying to do in my reply was to do the right click on notification icon which should open the contect menu options for the application. once you get the menu you can traverse (using arrow keys) through different options and select(using enter key).
in the code I have used device replay to use arrow keys. you may use the sendkeys method too.
what Milind has done is, getting the exact point (x and y co-ordinates) where the notification icon is there. and does the double click on WinToolbar object.