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

# Browser and OS versions available for Puppeteer Testing

The TestingBot browser grid consists of +100 browser and OS combinations compatible with Puppeteer testing.   
 We currently support these browser vendors with Puppeteer testing:

- Chrome
- Microsoft Edge
- Mozilla Firefox

## Specifying browser combination

To indicate on which browser you want your Puppeteer 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`, `edge` and `firefox` |
| `browserVersion` | The version of the browser | - **Chrome:** 72 and above - **Edge:** 80 and above - **Firefox:** 110 and above 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:** `WIN10`, `WIN11` - **macOS:** `TAHOE`, `SEQUOIA`, `SONOMA`, `VENTURA`, `MONTEREY`, `BIGSUR` |

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

### Looking for more help?

Have questions or need more information? Reach out via email or Slack.

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