Methods Summary

Exbot class include several action methods based on Java Robot. It allows you to quickly create robot workflow that interacts with the operating system of a computer.

About OS exclusive methods

Methods starting with mac or windows, for instance macShowSpotlight(), are exclusive to their operating system. You should only use them on the appropriate OS. Of course, other methods can be use on all systems.

Last updated