/**
  * {@inheritdoc}
  */
 public function switchToWindow($name = null)
 {
     $this->browser->selectWindow($name ? $name : 'null');
 }