All Projects → fangchaooo → Zh Pywinauto Doc

fangchaooo / Zh Pywinauto Doc

pywinauto文档中文翻译

Projects that are alternatives of or similar to Zh Pywinauto Doc

Seldom
WebUI automation testing framework based on Selenium
Stars: ✭ 422 (+353.76%)
Mutual labels:  test-framework
Mytested.webapi
Fluent testing framework for ASP.NET Web API 2.
Stars: ✭ 719 (+673.12%)
Mutual labels:  test-framework
Tcunit
An unit testing framework for Beckhoff's TwinCAT 3
Stars: ✭ 74 (-20.43%)
Mutual labels:  test-framework
Mocha
☕️ simple, flexible, fun javascript test framework for node.js & the browser
Stars: ✭ 20,986 (+22465.59%)
Mutual labels:  test-framework
Earlgrey
🍵 iOS UI Automation Test Framework
Stars: ✭ 5,353 (+5655.91%)
Mutual labels:  test-framework
Pact Js
JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
Stars: ✭ 936 (+906.45%)
Mutual labels:  test-framework
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+20822.58%)
Mutual labels:  test-framework
Testcafe
A Node.js tool to automate end-to-end web testing.
Stars: ✭ 9,176 (+9766.67%)
Mutual labels:  test-framework
Chaos Monkey Spring Boot
Chaos Monkey for Spring Boot
Stars: ✭ 646 (+594.62%)
Mutual labels:  test-framework
Poco
A cross-engine test automation framework based on UI inspection
Stars: ✭ 1,177 (+1165.59%)
Mutual labels:  test-framework
Pact Go
Golang version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
Stars: ✭ 470 (+405.38%)
Mutual labels:  test-framework
Airtest
UI Automation Framework for Games and Apps
Stars: ✭ 5,733 (+6064.52%)
Mutual labels:  test-framework
Data Mocks
Library to mock local data requests using Fetch or XHR
Stars: ✭ 55 (-40.86%)
Mutual labels:  test-framework
Bash unit
bash unit testing enterprise edition framework for professionals
Stars: ✭ 419 (+350.54%)
Mutual labels:  test-framework
Nimoy
A testing and specification framework for Python 3
Stars: ✭ 76 (-18.28%)
Mutual labels:  test-framework
Testfx
MSTest V2 framework and adapter
Stars: ✭ 391 (+320.43%)
Mutual labels:  test-framework
Lab
Node test utility
Stars: ✭ 732 (+687.1%)
Mutual labels:  test-framework
Dex Test Parser
Find all test methods in an Android instrumentation APK
Stars: ✭ 87 (-6.45%)
Mutual labels:  test-framework
Httpmock
HTTP mocking library for Rust.
Stars: ✭ 76 (-18.28%)
Mutual labels:  test-framework
Qtools
QTools collection of open source tools for embedded systems development on Windows, Linux and MacOS
Stars: ✭ 64 (-31.18%)
Mutual labels:  test-framework

zh-pywinauto-doc

[TOC]

Pywinauto的中文翻译。

Pywinauto是一个GUI自动化库,它是用python写的,而且可以很好的支持Windows GUI。

因为我在做Windows Desktop Application GUI Automation Test用到了这个库,因此顺便翻译了文档。

安装

  • 直接使用pip install --upgrade pywinauto (Py2.7+, Py3.3+)

或者也可以手动安装:

或者在Linux下安装:

  • six
  • python-xlib
  • 执行 python setup.py install 对每一个依赖pywinauto的包

支持的控件

  • 标准Win32控件:MFC, WTL, VB6和其他一些使用WinForms的老应用
  • 所有基于MS UI Automation的标准部件:WPF, Qt, 所有浏览器, Windows文件资源管理器和其他

详细文档

入门

怎样使用

等待操作

各种不同控件类型可用模块

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].