public function testDefaultCacheDir()
 {
     $cacheDir = $this->scraper->getCacheDir();
     $this->assertFileExists($cacheDir);
 }