abbot.robot.auto_delay
abbot.robot.mode
abbot.robot.event_post_delay
abbot.robot.default_delay
abbot.robot.popup_delay
abbot.robot.component_delay
NOTE: Only use invokeAndWait when a subsequent robot-level action is being applied to the results of a prior action (e.g. focus, deiconify, menu selection). Otherwise, don't introduce a mandatory delay.
NOTE: If a robot action isn't reproduced properly, you may need to introduce either additional events or extra delay. Adding enforced delay for a given platform is preferable to additional events, so always try that first, but be sure to restrict it to the platform in question.
NOTE: Robot actions should never be invoked on the event dispatch thread.
|
|
|
|