Set focus to window: /session/:sessionId/window (POST)
mixed $handle window handle (or legacy name) attribute:
\WebDriver\Session
public function focusWindow($handle) { $this->curl('POST', '/window', array( 'handle' => $handle, 'name' => $handle, )); return $this; }