---
title: Supported browser and OS versions for Playwright testing
description: 'Live list of browsers and operating systems available for Playwright
  testing on TestingBot: Chromium, Chrome, Firefox, Edge and WebKit across Windows,
  macOS and Linux, 100+ combinations.'
source_url:
  html: https://testingbot.com/support/web-automate/playwright/browsers
  md: https://testingbot.com/support/web-automate/playwright/browsers/index.md
---
# Browser and OS versions available for Playwright testing

The TestingBot browser grid consists of +100 browser and OS combinations compatible with Playwright testing.

We currently support these browser vendors with Playwright testing:

- Chrome
- Microsoft Edge
- Firefox
- Safari (WebKit)

## Specifying browser combination

To indicate on which browser you want your Playwright test to run, please use the following parameters as a `browserWSEndpoint` value.

- `browserName`
- `browserVersion`
- `platform`

 Capability | Description | Possible Values: || `browserName` | The name of the browser | `chrome`, `firefox`, `edge` and `webkit` (for Safari) |
| `browserVersion` | The version of the browser | 
- **Chrome:** 72 and above 
- **Edge:** 80 and above 
- **Firefox:** 110 and above 
- **Safari:** will use the latest WebKit version bundled with Playwright 

You can use `latest`, `latest-1`, `latest-{x}` to test on the latest versions of the browser.

 |
| `platform` | The Operating System where the test will run | 
- **Windows:** `WIN11`, `WIN10`
- **macOS:** `CATALINA`, `BIGSUR`, `VENTURA`, `SONOMA`, `SEQUOIA`, `TAHOE`
- `LINUX`

 |

There was no release for version `82` of Chrome and Edge, so please do not specify this version.

Was this page helpful? Yes No 

## Looking for More Help?

Have questions or need more information?   
 You can reach us via the following channels:

- [Email us](https://testingbot.com/contact/new)
- [Join our Slack Channel](https://join.slack.com/t/testingb0t/shared_invite/zt-3bcw9xch-jk19~6XPs_xBrsAgAedkCw)
