Forum Discussion

jerkins's avatar
jerkins
Occasional Contributor
6 years ago
Solved

Chrome Widget in an Electron application

Hi,

My application is an Electron application and it has a small tab-menu extension (there is a down arrow and when clicked expands as a menu). Until the Down arrow I am able to recognize as a part of my electron application but the menu which is displayed (after clicking on the down arrow) is not getting recognized. When I spy the menu it shows Window("Chrome_WidgetWin_2", "", 1) in the Name. Please help me identify the chrome widget.

Note: Already Web and Desktop installation are available in my Test Complete.

5 Replies

  • is the dropdown as a whole getting recognized at all? 

    if you are trying to interact withe that object, or the options within that object, could you try using something like on screen action or call object method (click the top level tab that produces the dropdown) and then use the same operations again (on screen action or call object method) and use the ctrl+shft+a option of the "object spy"  to select a separate GUI action on the drop down items after it appears (after you physically click the tab that produces the drop down)?

     

      • jerkins's avatar
        jerkins
        Occasional Contributor

        Hi Justin/Sonya,

        I did use shift+Ctrl+A to identify the drop down menu. With that I see Window("Chrome_WidgetWin_2", "", 2) in Name. The entire drop down menu is recognized this way and I cant recognize anything beyond that. The drop down menu displays few values and I am supposed to read it using Automation which I am unable to do.