-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for UIA providers on non-root MSAA objects.
Apparently, Chrome supports this. It wasn't previously possible for an ElementIdentifier to have both an MSAA and UIA provider. In the case of Chrome, IRawElementProviderFragment is supported, but we don't really want to use it for navigation. So we assume that whichever interface gave an id is the "preferred" one.
- Loading branch information
1 parent
26127e0
commit 482510b
Showing
3 changed files
with
74 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters