Bugzilla – Attachment #342116: Potential fix for bug #554017
if (!IsEnabled ())
throw new ElementNotEnabledException ();
((Button) Owner).Focus ();
((Button) Owner).OnClickInternal ();
}