You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the uiautomation library on Windows 11 to interact with desktop elements. While the library works well for many tasks, I have encountered significant limitations in accessing certain interactive elements. Specifically:
Start Menu:
The library does not detect the elements within the Start Menu, such as the icons under the "Pinned" and "Recommended" sections.
Dropdown Menus in Applications (e.g., Notepad):
When I click on the "File" menu in Notepad, the elements in the dropdown menu are not accessible.
Steps to Reproduce
Install and configure the uiautomation library.
Attempt to interact with elements in the Windows 11 Start Menu or dropdown menus in applications like Notepad.
Observe the inability to access certain elements.
Expected Behavior
The library should be able to identify and provide access to all interactive elements, including those in:
The Start Menu (e.g., icons in "Pinned" and "Recommended").
Dropdown menus in applications (e.g., "File" menu in Notepad).
Actual Behavior
The library does not detect the mentioned elements, making them inaccessible for automation tasks.
Environment
Operating System: Windows 11
Questions
Does this library support accessing such elements on Windows 11?
If not, is there any plan to enhance support for these elements?
Are there alternative approaches or configurations within the library that I might have missed?
The text was updated successfully, but these errors were encountered:
I am using the
uiautomation
library on Windows 11 to interact with desktop elements. While the library works well for many tasks, I have encountered significant limitations in accessing certain interactive elements. Specifically:Start Menu:
Dropdown Menus in Applications (e.g., Notepad):
Steps to Reproduce
uiautomation
library.Expected Behavior
The library should be able to identify and provide access to all interactive elements, including those in:
Actual Behavior
The library does not detect the mentioned elements, making them inaccessible for automation tasks.
Environment
Questions
The text was updated successfully, but these errors were encountered: