Issue metadata
Sign in to add a comment
|
Add a commandline switch for enabling UI Automation support |
||||||||||||||||||||||
Issue descriptionWe need a commandline switch that would be available only on Windows if possible and which could turn on and off UI Automation support. Basically, it should be a toggle between IAccessible2 and UI Automation. I suggest: --use-accessibility-api=ia2 for IAccessible2 --use-accessibility-api=uia for UI Automation. See: content/public/common/content_switches.h content/public/common/content_switches.cc
,
Aug 3
,
Dec 12
See also ui/accessibility/accessibility_switches.h src/chrome/browser/about_flags.cc chrome/browser/flag-metadata.json |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by nek...@chromium.org
, May 22 2018Components: UI>Accessibility>Compatibility