From 270718d2697dc211f2d0f2e72ccd8d63ca00068c Mon Sep 17 00:00:00 2001 From: Michael Curran Date: Mon, 13 Jan 2020 09:54:57 +1000 Subject: [PATCH] UIAHandler: Do not use UIA for Chrome_RenderWidgetHostHWND windows as their UIA implementation is not complete, and our IA2 support for Chrome is much better. --- source/_UIAHandler.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_UIAHandler.py b/source/_UIAHandler.py index 7a8f7211bec..ac56cbeb4fd 100644 --- a/source/_UIAHandler.py +++ b/source/_UIAHandler.py @@ -67,6 +67,9 @@ "Button", # #8944: The Foxit UIA implementation is incomplete and should not be used for now. "FoxitDocWnd", +# All Chromium implementations (including Edge) should not be UIA, +# As their IA2 implementation is still better at the moment. +"Chrome_RenderWidgetHostHWND", ] # #8405: used to detect UIA dialogs prior to Windows 10 RS5.