All Projects → beuaaa → pywinauto_recorder

beuaaa / pywinauto_recorder

Licence: MIT license
A record-replay tool to automate GUI via pywinauto

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects
NSIS
403 projects

Projects that are alternatives of or similar to pywinauto recorder

Pywinauto
Windows GUI Automation with Python (based on text properties)
Stars: ✭ 3,175 (+6514.58%)
Mutual labels:  ui-automation, testing-tools, user-interface, pywinauto, uiautomation, ui-automated-tests
FlaUIRecorder
UIAutomation test recorder for using with FlaUI library.
Stars: ✭ 23 (-52.08%)
Mutual labels:  testing-tools, uiautomation, ui-automated-tests
Flaui
UI automation library for .Net
Stars: ✭ 892 (+1758.33%)
Mutual labels:  testing-tools, user-interface
Earlgrey
🍵 iOS UI Automation Test Framework
Stars: ✭ 5,353 (+11052.08%)
Mutual labels:  testing-tools, ui-automated-tests
selenium-auto-wait
Utility to automatically manage all web element waits and enables to write wait-free selenium tests.
Stars: ✭ 31 (-35.42%)
Mutual labels:  ui-automation, testing-tools
laika
Log, test, intercept and modify Apollo Client's operations
Stars: ✭ 99 (+106.25%)
Mutual labels:  testing-tools
SNIndexedScroller
Custom indexed scroller
Stars: ✭ 29 (-39.58%)
Mutual labels:  user-interface
toradocu
Toradocu - automated generation of test oracles from Javadoc documentation
Stars: ✭ 39 (-18.75%)
Mutual labels:  testing-tools
mockcpp
Two C/C++ testing tools, mockcpp and testngpp.
Stars: ✭ 40 (-16.67%)
Mutual labels:  testing-tools
mongo-gui
A web-based MongoDB graphical user interface
Stars: ✭ 111 (+131.25%)
Mutual labels:  user-interface
feathersui-starling
User interface components for Starling Framework and Adobe AIR
Stars: ✭ 920 (+1816.67%)
Mutual labels:  user-interface
AutoMate-AppBuddy
iOS UI automation tests helper framework, designed to work with the AutoMate
Stars: ✭ 31 (-35.42%)
Mutual labels:  uiautomation
CodeBaseManager
Multi-langage CLI tool to manage your code base
Stars: ✭ 11 (-77.08%)
Mutual labels:  testing-tools
vPAV
viadee Process Application Validator
Stars: ✭ 47 (-2.08%)
Mutual labels:  testing-tools
php.autotest
autotest for php written in php
Stars: ✭ 19 (-60.42%)
Mutual labels:  testing-tools
heel-gun
Test HTTP servers for robustness to arbitrary requests
Stars: ✭ 17 (-64.58%)
Mutual labels:  testing-tools
tressa
Little test utility
Stars: ✭ 18 (-62.5%)
Mutual labels:  testing-tools
client-java
Asynchronous client for Java-based agents
Stars: ✭ 17 (-64.58%)
Mutual labels:  testing-tools
bookish spork
Erlang library for testing http requests
Stars: ✭ 82 (+70.83%)
Mutual labels:  testing-tools
Orion-Stress-Tester
A simple, efficient and accurate stress tester, support HTTP, WebSocket and TCP
Stars: ✭ 32 (-33.33%)
Mutual labels:  testing-tools

Code quality Codacy Badge Docs badge Repository License PyPI version

https://raw.githubusercontent.com/beuaaa/pywinauto_recorder/master/Images/logo.png?sanitize=true

Description

"Pywinauto recorder" records user interface actions and saves them in a Python script. The saved Python script can be run to replay the user interface actions previously recorded.

"Pywinauto recorder" is a unique inspect/record/replay tool in the open source field because it generates reliable scripts without hard-coded coordinates thanks to Pywinauto.

Pywinauto is a library that uses accessibility technologies allowing you to automate almost any type of GUI: MFC, VB6, VCL, simple WinForms controls and most of the old legacy apps, WinForms, WPF, Store apps, Qt, browsers.

The functions of the generated Python script return Pywinauto wrappers so it can be enhanced with Pywinauto methods.

Quickstart

See https://pywinauto-recorder.readthedocs.io for documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].