Is your feature request related to a problem? Please describe.
When starting Chrome with the --enable-experimental-ui-automation flag, browse mode is not functional.
Describe the solution you'd like
Support for UIA Chrome, including browse mode and full functionality of all widgets.
Describe alternatives you've considered
Continue to use the IA2 implementation and forcibly ignore UIA (similar to #7497) if UIA becomes no longer behind a feature flag. However, UIA would likely improve performance on large pages.
Is your feature request related to a problem? Please describe.
When starting Chrome with the
--enable-experimental-ui-automationflag, browse mode is not functional.Describe the solution you'd like
Support for UIA Chrome, including browse mode and full functionality of all widgets.
Describe alternatives you've considered
Continue to use the IA2 implementation and forcibly ignore UIA (similar to #7497) if UIA becomes no longer behind a feature flag. However, UIA would likely improve performance on large pages.