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

# Playwright and browser support

## Overview

Intuned supports a limited set of Playwright versions to ensure compatibility and optimal performance. When building automations, you must use one of the supported Playwright versions listed below.

## Supported Playwright versions

The following table shows the Playwright versions supported by Intuned across different languages:

| Playwright Version | TypeScript | Python | Stealth Mode Support |
| ------------------ | :--------: | :----: | :------------------: |
| 1.44               |      ✓     |    ✓   |           —          |
| 1.46               |      ✓     |    ✓   |           —          |
| 1.52               |      ✓     |    ✓   |           —          |
| 1.55               |      ✓     |    ✓   |           ✓          |
| 1.56               |      ✓     |    ✓   |           ✓          |

<Tip>
  For best stealth results, upgrade to the latest supported Playwright version.
  These versions include enhanced stealth capabilities that help automations
  avoid detection.
</Tip>

## Browser support

Intuned currently supports only **Chromium-based browsers** as the default browser engine. This includes the standard Chromium browser that ships with Playwright.

<Note>
  Firefox and WebKit browsers are not supported. All automations run on
  Chromium-based browsers.
</Note>

## Related docs

<CardGroup cols={2}>
  <Card title="Stealth mode, CAPTCHA solving, and proxies" icon="user-secret" href="/main/02-features/stealth-mode-captcha-solving-proxies">
    Learn how to configure stealth mode to help your automations avoid detection.
  </Card>
</CardGroup>
