> For the complete documentation index, see [llms.txt](https://exbot.obrassard.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://exbot.obrassard.ca/master.md).

# Introduction

![requirement](https://img.shields.io/badge/Require-Java%207%20or%20later-red.svg?style=for-the-badge) ![version](https://img.shields.io/badge/Version-1.0.1-brightgreen.svg?style=for-the-badge) ![Tested on macos and Windows](https://img.shields.io/badge/Tested%20on-macOS%20+_%20Windows-blue.svg?style=for-the-badge)

#### This class give extra functionality to [Java Robot API](https://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html). It allows you to perform many robot actions, while writing less code.

```java
public class Exbot extends Robot
```

### [Read Exbot's complete documentation on GitBook](https://exbot.obrassard.ca)

## Table of Contents

* [Getting Started](/getting-started.md)
* [Methods Summary](/methods-summary.md)
* [Methods Details](/methods-detail.md)
* [Encryption Methods](/encryption-methods.md)
* [Get screen coordinate](/get-screen-coordinate.md)
* [About OS exclusive methods](/methods-summary.md#about-os-exclusive-methods)
* [Learn more about Robot API](https://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html)
