Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
You can either the .jar
library or the source code from .
Note that you'll need to import
the library com.obrassard.Exbot
if you chose to download the JAR file.
Get started by creating a new
Exbot instance with a
Notice that Java Robot class must handle AWTException
. For that, you need to try/catch
or throw
the exception: