/**
  * {@inheritdoc}
  */
 public function getScreenshot()
 {
     return base64_decode($this->browser->captureScreenshotToString());
 }