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.
browserNamebrowserVersionplatform
| Capability | Description | Possible Values: |
|---|---|---|
browserName |
The name of the browser |
chrome, firefox, edge and webkit (for Safari)
|
browserVersion |
The version of the browser |
You can use |
platform |
The Operating System where the test will run |
|
There was no release for version 82 of Chrome and Edge, so please do not specify this version.