public static function getFromCWD()
 {
     $conf = ConfigurationFile::getFromCWD();
     $shop = new Shop('.', $conf->get('shop'), SeleniumManager::getMyPort());
     return $shop;
 }