Waits some time or until JS condition turns true.
int $time time in milliseconds:
string $condition JS condition:
bool
public function wait(int $time, string $condition = 'false') { return $this->driver ->wait($time, $condition); }