FEST-Swing provides the class org.fest.swing.core.Settings to configure instances of org.fest.swing.core.Robot. Configuration options include scope of component look-ups, delays and timeouts for different actions, and many more.
The following example illustrates how to set the delay between generated events to 50 ms:
For more information about the available configuration settings (including defaults and valid values,) please see the Settings Javadoc documentation.
| Note Currently configuration settings can be set per |