We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Research #47 showed:
UIAutomation*
UiaComWrapper
Interop.UIAutomationClient
Advantages of using UiaComWrapper:
Disadvantages of using UiaComWrapper:
ComboBox
Needed changes for using UiaComWrapper in baddc0a commit. Or see draft/use-uiacomwrapper-lib branch.
The text was updated successfully, but these errors were encountered:
Inspect uses the LegacyIAccessible notion, and we may be can to use both libraries
LegacyIAccessible
Sorry, something went wrong.
With API 3.0 we can support windows 8.1 desktop apps.. (test on win8.1 calculator)
How to find elements if UISpy and inspect tool does not display value for it
how to get the item LegacyIAccessible.Value?
No branches or pull requests
Research #47 showed:
UIAutomation*
references from .NET Framework (Cruciatus too)UiaComWrapper
(withInterop.UIAutomationClient
) spreaded with Windows Kits or VisualStudioAdvantages of using
UiaComWrapper
:Disadvantages of using
UiaComWrapper
:ComboBox
in windows save as dialogNeeded changes for using
UiaComWrapper
in baddc0a commit. Or see draft/use-uiacomwrapper-lib branch.The text was updated successfully, but these errors were encountered: