Tag

gui-automation

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 18, 2024 · Operations

Using pywinauto for Windows GUI Automation with Python

This article introduces the pywinauto library, explains how to install it, create Application objects, locate windows and controls, and perform mouse and keyboard automation on Windows applications using Python, with detailed code examples and usage tips.

PythonWindowsgui-automation
0 likes · 8 min read
Using pywinauto for Windows GUI Automation with Python
Python Programming Learning Circle
Python Programming Learning Circle
Sep 7, 2021 · Operations

Using PyAutoGUI for Cross‑Platform GUI Automation in Python

This article introduces PyAutoGUI, a cross‑platform Python library for automating mouse and keyboard actions, explains its coordinate system, outlines key functions for mouse, keyboard, dialogs, and screenshots, and provides practical code examples for drawing and image‑based button clicking.

Cross-PlatformPythongui-automation
0 likes · 5 min read
Using PyAutoGUI for Cross‑Platform GUI Automation in Python
360 Quality & Efficiency
360 Quality & Efficiency
Jun 28, 2019 · Operations

Using Sikuli for GUI Automation: Installation, Python Integration, and Practical Tips

This article introduces Sikuli, an image‑based GUI automation tool, explains its origins, provides download links, details installation steps, demonstrates Python integration via the Lackey library and SikuliX API, shares useful code snippets, and highlights common pitfalls and overall considerations for test automation.

Image RecognitionLackeyPython
0 likes · 6 min read
Using Sikuli for GUI Automation: Installation, Python Integration, and Practical Tips