Patrol for windows PoC - #3183
Draft
Polyphemus980 wants to merge 12 commits into
Draft
Conversation
… and building flutter windows
…ide the app window
…age config instead of raw path
… text. All done using FlaUI with UIA3
…ame/index selectors on Windows
Polyphemus980
requested review from
Kendru98,
PiotrRogulski,
jBorkowska,
pdenert,
piotruela and
zoskar
as code owners
July 22, 2026 15:14
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Polyphemus980
marked this pull request as draft
July 22, 2026 15:15
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Experimental Windows support for Patrol: an out-of-process C# sidecar (
windows_runner) that drives OS-level UI via FlaUI/UIA3, wired through CLI + Dart.What’s included
packages/patrol/windows_runner/— .NET sidecar on port8081: launches the Flutter Windows app, talks toPatrolAppServiceon8082, orchestrates multi-test runs$.platform.windows— Dart automator:tap/doubleTap/tapAt, finders (name/automationId/className/index),waitUntilVisible,enterText,pressKey,launchApp/activateApppatrol_cli—TargetPlatform.windows,WindowsTestBackend, resolve runner from package config (same idea as web)dev/windows_poc/— demo Flutter app, WinForms fixture, Explorer demo tests, README + NATIVE_STACK.md (C# vs C++ and packaging options)Open decisions
NATIVE_STACK.mdweb_runner/npm install, framework-dependent + .NET runtime, or self-contained ~80 MB download). Self-contained binary is not embedded in the pub package.