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