Skip to content

Add UIA discovery tool and extension template for Wine#5

Merged
mark-e-deyoung merged 1 commit intomasterfrom
uia-discovery-and-extension-12392595146046635047
Feb 18, 2026
Merged

Add UIA discovery tool and extension template for Wine#5
mark-e-deyoung merged 1 commit intomasterfrom
uia-discovery-and-extension-12392595146046635047

Conversation

@mark-e-deyoung
Copy link
Contributor

Added tools/survey-uia for probing Wine UIA capabilities and tools/wine-uia-extension as a template for implementing missing features. documented in docs/UIA_DISCOVERY.md.


PR created automatically by Jules for task 12392595146046635047 started by @mark-e-deyoung

This commit introduces two new tools to help identify and address UI Automation (UIA) limitations in Wine environments:

1. `tools/survey-uia`: A standalone C++ tool that probes for key UIA features, including `IUIAutomation` instantiation, tree navigation, element retrieval from handles, and pattern support. It outputs a JSON report detailing which features are available and which fail.

2. `tools/wine-uia-extension`: A scaffold for a COM DLL that can be used to implement missing UIA interfaces or providers. This serves as a template for layering new capabilities into an existing Wine prefix without recompiling Wine itself.

Additionally, `docs/UIA_DISCOVERY.md` has been added to guide users on how to build, run, and utilize these tools to improve Wine compatibility.

Co-authored-by: mark-e-deyoung <1854350+mark-e-deyoung@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@mark-e-deyoung mark-e-deyoung merged commit 2b0a53d into master Feb 18, 2026
1 check passed
@mark-e-deyoung mark-e-deyoung deleted the uia-discovery-and-extension-12392595146046635047 branch February 18, 2026 02:56
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

Successfully merging this pull request may close these issues.

1 participant