public function wait($time, $condition = 'false')
 {
     parent::wait($time, $condition);
 }