New window: /session/:sessionId/window/new (POST)
@internal "new" is a reserved keyword in PHP, so $session->window()->new() isn't possible
\WebDriver\Window
public function newWindow($type) { $arg = func_get_arg(0); // json $result = $this->curl('POST', '/window/new', $arg); return $result['value']; }