public function forward()
 {
     $this->saveScreenshot();
     parent::forward();
     $this->saveScreenshot();
 }