-
Notifications
You must be signed in to change notification settings - Fork 737
Open
Description
I'm trying to automate the Installer using pywinauto. but it can only detect the window frame buttons (Minimize, Maximize, Close).
Buttons like "Next" and "Cancel" are not accessible through pywinauto.
I tried both uia and win32 backends
Used print_control_identifiers() and descendants() to explore the UI tree
Only frame-level buttons are returned by pywinauto i,e (Minimize, Maximize, Close)
"Next" and "Cancel" buttons are not listed or accessible.
Environment:
OS: Windows Server 2019 standard
Python: [3.13.3]
pywinauto: 0.6.9
Installer: Installer.exe
UI Framework: Java Swing
Does pywinauto support Java-based UIs? If not, are there any workarounds for automating java-based installers?
Metadata
Metadata
Assignees
Labels
No labels