Python - PyWinAuto tutorial

preview_player
Показать описание
Let's learn how to use #pywinauto to automate #gui apps with #python.
Рекомендации по теме
Комментарии
Автор

Hi, thanks for your tutorial. I have following problem with print_control_identifiers. It doesnt print out all identifiers but only prints two lines:
<bound method of object at
I was trying to google it but cound not find anybody with same problem. Could you point me into right direction please ? Thanks.

justrobin
Автор

Hello... I have issues with the line it says the next
Could not find 'UntitledNotepad' in 'dict_keys([])'

SaulEduardoo
Автор

Hi! Can u help me with this issue cuz I don't know what to do yet. I tried increase waiting time up to 10 sec but it wasn't help me.
Traceback (most recent call last):
File "C:\Users\user\pwa\test.py", line 7, in <module>
dialog.wait('visible')
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\pywinauto\application.py", line 529, in wait
wait_until(timeout, retry_interval,
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\pywinauto\timings.py", line 375, in wait_until
raise err
timed out

ymkvdtp
Автор

Could u do a course?, And explain the library cause ur just doing a copy paste:)

juligomez