Skip to content

Issue in finding some of the windows apps with Blazor component #17

Description

@kbsiva

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);

UIAVerify-Error-Log.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions