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>
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,AndrewAssociate DeveloperInfragistics Inc.www.infragistics.com/support
YES Andrew, that's what I'm referring.