// we need to set the current frame in the
// case of browser back
_wizard.setCurrentActionTarget(_frame);
WizardFrameDelegate frameDelegate = _frame.getDelegate();
if (frameDelegate != null) {
frameDelegate.prepareForResponse(_frame);
}
// For wizards we record the wizard label as the "Page" (even though
// it's not) so we can record any frame as the "area"
if (PerformanceState.threadStateEnabled()) {