Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 2 KB

README.md

File metadata and controls

51 lines (43 loc) · 2 KB

ROBOT

Native System Automation

Built with Robot

<img src="https://img.shields.io/badge/version-2.0.0-C86414.svg?style=flat-square" alt="Version 2.0.0" />

<a target="_blank" href="https://gitter.im/robot/robot">
	<img src="https://img.shields.io/badge/chat_on-GITTER-C86414.svg?style=flat-square" alt="Chat on Gitter" />
</a>

<a target="_blank" href="http://getrobot.net/api/global.html">
	<img src="https://img.shields.io/badge/docs-API-C86414.svg?style=flat-square" alt="Docs API" />
</a>

<a target="_blank" href="https://opensource.org/licenses/Zlib">
	<img src="https://img.shields.io/badge/license-ZLIB-C86414.svg?style=flat-square" alt="ZLIB Licensed" />
</a>

Introducing Robot for C++, a library aimed at facilitating the development of system automation software for the purposes of test automation, self-running demos, and other applications. The library works by abstracting away all platform-specific differences into a single, robust API compatible with most desktop operating systems. Functionality ranges from basic keyboard and mouse automation to advanced process manipulation capabilities. It has everything you need to take full control of your system. Visit the Homepage for more information.