UFO
UFO copied to clipboard
UFO unable to traverse modal View Settings window in New Outlook (UWP)
When automating New Outlook (UWP) using UFO, attempting to open and interact with the "View Settings" modal results in UFO failing to traverse or access the child window. This blocks automation scenarios involving view customization.
Steps to Reproduce:
- Launch New Outlook (UWP version).
- Navigate to any mail folder (e.g., Inbox).
- Trigger View > View Settings.
- UFO detects the main Outlook window but fails to access or enumerate the controls in the "View Settings" modal.
- Modal remains open and visible on screen, but UFO cannot interact with its elements.
Expected Behavior: UFO should recognize the modal window as a child of the main Outlook window and expose its controls for interaction and traversal.
Actual Behavior:
- UFO is unable to detect or traverse the modal.
- No UI elements within the "View Settings" window are accessible via UFO APIs.
- Attempting to get child windows or controls from the main Outlook handle does not return the modal.