> ## Documentation Index
> Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# close

Close the browser and release resources. If connected to a cloud session, also closes the session.

<CodeGroup>
  ```python Python theme={null}
  await browser.close()
  ```

  ```typescript TypeScript theme={null}
  await browser.close();
  ```
</CodeGroup>

## Returns `None`
