Multiple choice technology testing

______ is the automation technology used to interact with Silverlight controls

  1. MSHTML

  2. DOM

  3. UIA

  4. MAUI

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

UI Automation (UIA) is the Microsoft accessibility framework specifically designed to interact with Silverlight controls. Silverlight exposes its UI elements through UIA, enabling automation tools to identify and manipulate controls programmatically. MSHTML is used for HTML rendering in IE, DOM is for web document structure, and MAUI is a modern cross-platform framework unrelated to Silverlight.