Switches to specific browser window.
string|null $name window name (null for switching back to main window):
void
public function switchToWindow(?string $name = null) { $this->driver ->switchToWindow($name); }