Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
775
Visual Studio Inspect Tool cannot find XamRibbon Tab element when selected
posted

Hi,

We are  using XamRibbon 15.1 in my application. Out test team uses Visual Studio Inspect tool to select any ui element and view it's data, for UI automation test purpose.

Now we have a problem, when we select a ribbon tab, we couldn't find any information about the selected tab inside Inspect tool. However if we move the mouse over to the FILE (Application Menu - Mouse Over) menu, then we could see all the tabs getting displayed inside Inspect tool. 

Please help.

Sample Xaml Code:

<XamRibbonWindow>

<DocumentContentHost>

<DocumentContentHost.Ribbon>

<XamRibbon />

</DocumentContentHost.Ribbon>

<DocumentContentHost.Content>

<ContentControl />

</DocumentContentHost.Content>

<DocumentContentHost.StatusBar>

<StatusBar />

</DocumentContentHost.StatusBar>

</DocumentContentHost>

</XamRibbonWindow>

Parents
No Data
Reply
  • 34430
    Offline posted

    Hello Sreek,

    Thank you for your post!

    I am not entirely sure of the tool that you are referring to by the Visual Studio Inspect tool. I am under the impression that you are referring to the tool commonly found at this directory: C:\Program Files (x86)\Windows Kits\8.1\bin\x64\Inspect.exe. Please let me know, is this the tool you are referring to, or are you referring to something else?

    Sincerely,
    Andrew
    Associate Developer
    Infragistics Inc.
    www.infragistics.com/support

Children