Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kbsiva opened this issue May 31, 2023 · 0 comments
Open

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

kbsiva opened this issue May 31, 2023 · 0 comments

Comments

@kbsiva
Copy link

kbsiva commented May 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant