Replies: 2 comments
-
For now, Spix can only interact with elements in QML. If a system window/dialog is displayed, it cannot access any of its UI elements as they are not part of QML. If you use Spix together with python scripting and use pyAutoGUI to control the mouse, you could try to use its locate function to find the buttons in the dialog: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for not being clear enough. By MessageDialog I mean a QML element: https://doc.qt.io/qt-6/qml-qtquick-dialogs-messagedialog.html. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If a modal MessageDialog pops up, how can I address the buttons of this dialog.
Beta Was this translation helpful? Give feedback.
All reactions