コード例 #1
0
 public function visit($url)
 {
     $this->saveScreenshot();
     parent::visit($url);
     $this->saveScreenshot();
 }