Forum Discussion

thrilok_nath's avatar
thrilok_nath
Occasional Contributor
13 years ago

Icons in Notification Area are not identified by Test Complete in Windows7

Icons in Notification Area are not identified by Test Complete in Windows 7 . The same script is running in Windows XP but not in Windows7.



Items in Notification Area are not identified.



I am trying to click on Item DMS Client which is not recognised. Test Complete is identifying Area as a whole.



It is identified as below using script





Sys.Process("Explorer").Window("Shell_TrayWnd", "", 1).Window("TrayNotifyWnd", "", 1).Window("SysPager", "", 1).Window("ToolbarWindow32", "Notification Area", 1).



Please find the screen shot.










1 Reply

  • irina_lukina's avatar
    irina_lukina
    Super Contributor

    Hi Thrilok,


    As far as I know, Notification Area was renamed to User Promoted Notification Area in Windows 7. So, I recommend that you try using the following code:



    Sys.Process("Explorer").Window("Shell_TrayWnd", "", 1).Window("TrayNotifyWnd", "", 1).Window("SysPager", "", 1).Window("ToolbarWindow32", "User Promoted Notification Area", 1).


    Does this help?