How does pyinstaller handles UI automation when making exe in windows? #8588
-
I am currently working on an automation task using pywinauto. In this task I am required to automate a windows exe which is hard to access for me, thus I am working on making a simulator which somewhat behaves like the original exe, allowing me to test my flow, debug errors and such. I am able to make GUI application easily using Kivy library and am packaging it using pyinstaller. But after the executable is made, I cannot get any information about controls and such using pywinauto. Thus I want to know how does pyinstaller manages automation ids and control type information while packaging an app, and if it is even possible to get automation id and control type names from an exe which is packaged with pyinstaller? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It doesn't have anything to do with them. If you think PyInstaller is somehow passively interfering with them then you'll need to provide a minimal example of what you're doing so that we can debug. |
Beta Was this translation helpful? Give feedback.
It doesn't have anything to do with them. If you think PyInstaller is somehow passively interfering with them then you'll need to provide a minimal example of what you're doing so that we can debug.