public function check($xpath)
 {
     $this->saveScreenshot();
     $this->highlight($xpath);
     parent::check($xpath);
     $this->saveScreenshot();
 }