-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Hi Team,
I have an Diagnostic app, which is not able to identify the controls in it through Treeview walker, it wont even identify that window at from the list of windows.
From UI verify tool also it shows excption and on click of continue it shows, the exception from UIA verify tool is attached here for your reference : Attached UIAVerify-Error-Log.txt file
The developers of the tool told that that tool is developed and they told that "they render a Blazor Application using a WPF Blazor control".
So in UIAComwrapper wont identify blazor application? If we wanto to find controls in it how to use UIAcomwrapper?
#region Assembly UIAComWrapper, Version=1.1.0.14, Culture=neutral, PublicKeyToken=78cbcf77433a85e5
// C:\Users\KumarSiv\source\repos\GFriend\ExternalLibraries\UIAComWrapper.dll
#endregion
public sealed class TreeWalker
TreeWalker tw = TreeWalker.ControlViewWalker;
if (rootElement == null)
{
rootElement = AutomationElement.RootElement;
}
AutomationElement window = tw.GetFirstChild(rootElement);