We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Merge pull request pywinauto#320 from vasily-v-ryabov/UIA Add MS Paint example (fix pywinauto#310).
Merge pull request pywinauto#304 from MagazinnikIvan/fix_alt_test fix keyboard alt test failure
Minor update in setup.py.
Update README.md.
Update links to 0.5.3 in README.md.
Update readme, fix grammar in docs.
Update docs for 0.5.1.
Update readme.txt.
Updated version number to 0.4.2 and re-generated the documentation.
Implemented HwndWrapper#__ne__ to be consistent with HwndWrapper#__eq… …__. `hwnd1 != hwnd2` and `not hwnd1 == hwnd2` now yield the same results.