Get window handle: /session/:sessionId/window_handle (GET)
string
public function getHandle() { if (!$this->windowHandle) { $result = $this->curl('GET', '_handle'); $this->windowHandle = $result['value']; } return $this->windowHandle; }