
What is pywinauto — pywinauto 0.6.8 documentation
pywinauto is a set of python modules to automate the Microsoft Windows GUI. At its simplest it allows you to send mouse and keyboard actions to windows dialogs and controls.
Getting Started Guide — pywinauto 0.6.8 documentation
It’s a core concept for the high level pywinauto API. You are able to describe any window or control approximately or in more details even if it doesn’t exist yet or already closed.
How To’s — pywinauto 0.6.8 documentation - Read the Docs
By default, pywinauto sets up the client Multithreading COM model (MTA) on init if no other model was defined prior to import of pywinauto. The model can be set up by another imported …
Methods available to each different control type — pywinauto …
Methods available to each different control type ¶ Windows have many controls, buttons, lists, etc
pywinauto.application module — pywinauto 0.6.8 documentation
Bases: Exception Could not find that process class pywinauto.application.WindowSpecification(search_criteria, allow_magic_lookup=True) ¶ …
pywinauto.keyboard — pywinauto 0.6.8 documentation
For Windows only, pywinauto defaults to sending a virtual key packet (VK_PACKET) for textual input. For applications that do not handle VK_PACKET appropriately, the vk_packet option …
pywinauto.controls.uia_controls — pywinauto 0.6.8 documentation
class pywinauto.controls.uia_controls.TreeViewWrapper(elem) ¶ Bases: pywinauto.controls.uiawrapper.UIAWrapper Wrap an UIA-compatible Tree control …
Remote Execution Guide — pywinauto 0.6.8 documentation
--- - name: test ra module hosts: ***** tasks: - name: run GUI automation win_psexec: command: python pywinauto_example.py executable: C: \ Windows \ PSTools \ psexec.exe interactive: …
pywinauto.mouse — pywinauto 0.6.8 documentation - Read the …
pywinauto.mouse ¶ Cross-platform module to emulate mouse events like a real user pywinauto.mouse.click(button='left', coords= (0, 0)) ¶ Click at the specified coordinates …
pywinauto — pywinauto 0.6.8 documentation - Read the Docs
pywinauto ¶ Python package for automating GUI manipulation on Windows class pywinauto.Desktop(backend=None, allow_magic_lookup=True) ¶ Bases: object Simple class …