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

fix: usage of unavailable automation API on Windows 10 #500

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

huynhsontung
Copy link
Owner

@huynhsontung huynhsontung commented Dec 3, 2024

AutomationProperties.AutomationControlType is only available on Windows 11 (API contract v14)

Ref: https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.automation.automationproperties.automationcontroltype

Fixes #499

AutomationProperties.AutomationControlType is only available on Windows 11 (API contract v14)
@huynhsontung huynhsontung merged commit 32eb980 into main Dec 3, 2024
4 checks passed
@huynhsontung huynhsontung deleted the fix-win10-unavailable-api-usage branch December 3, 2024 09:37
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.

The latest version(0.14.2.0) cannot start normally
1 participant