반응형
Getting Started Guide
Once you have installed pywinauto - how do you get going? The very first necessary thing is to determine which accessibility technology (pywinauto’s backend) could be used for your application.
The list of supported accessibility technologies on Windows:
- Win32 API (backend="win32") - a default backend for now
- MFC, VB6, VCL, simple WinForms controls and most of the old legacy apps
- MS UI Automation (backend="uia")
- WinForms, WPF, Store apps, Qt5, browsers
Notes: Chrome requires --force-renderer-accessibility cmd flag before starting. Custom properties and controls are not supported because of comtypes Python library restrictions.
AT SPI on Linux and Apple Accessibility API are in the long term plans so far.
반응형
'Software coding skill(python, web등)' 카테고리의 다른 글
pywinauto 10 - find window 중복 에러 벗어나기 (0) | 2020.02.12 |
---|---|
pywinauto 8 - 어플리케이션 인스턴스 생성 (0) | 2020.02.11 |
pywinauto 7 - 안정적인 자동화 (0) | 2020.02.11 |
pywinauto 6 - listview 내 text 읽기/쓰기 (0) | 2020.02.11 |
pywinauto 4 - list select / click (0) | 2020.02.11 |
Pywinauto 3 - Attribute Magic (0) | 2020.02.11 |
Pywinauto 2 - Window Specification (0) | 2020.02.10 |
Pywinauto 1 - Entry Points for Automation (0) | 2020.02.10 |