Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Access Certain Interactive Elements on Windows 11 #299

Open
Jeomon opened this issue Jan 8, 2025 · 0 comments
Open

Unable to Access Certain Interactive Elements on Windows 11 #299

Jeomon opened this issue Jan 8, 2025 · 0 comments

Comments

@Jeomon
Copy link

Jeomon commented Jan 8, 2025

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:

  1. Start Menu:

    • The library does not detect the elements within the Start Menu, such as the icons under the "Pinned" and "Recommended" sections.
  2. 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

  1. Install and configure the uiautomation library.
  2. Attempt to interact with elements in the Windows 11 Start Menu or dropdown menus in applications like Notepad.
  3. 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

  1. Does this library support accessing such elements on Windows 11?
  2. If not, is there any plan to enhance support for these elements?
  3. Are there alternative approaches or configurations within the library that I might have missed?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant