Browser
You can execute your test on BrowserStack Automate TurboScale using various Browser and Browser version combinations. To know about all the available combinations, hit the Browser API. Browser API returns the complete list of browser, browser versions and release combinations that BrowserStack supports. Use the data from the API response in your test script and eliminate the manual effort of updating the script every time a new browser version is added.
Protip: Alternatively, you can use the flags
latest
,latest-1
,latest-2
and so on in thebrowserVersion
capability for the browser and OS of your choice and you would not require to change your script when new browser versions are released.
Get browser list
Request Parameters
Request
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
https://api.browserstack.com/automate-turboscale/v1/browsers
No parameter is required.
Response Attributes 200 OK
Array
Response
{
"browsers": [
{
"platform": "linux",
"browser": "chrome",
"browser_version": "116.0",
"release": "stable",
"release_tag": "latest"
},
{
"platform": "linux",
"browser": "chrome",
"browser_version": "115.0",
"release": "stable",
"release_tag": "latest-1"
},
{
"platform": "linux",
"browser": "chrome",
"browser_version": "114.0",
"release": "stable",
"release_tag": "latest-2"
},
{...}
]
}
-
platform String
Specifies the OS platform in the combination.
-
browser String
Specifies the Browser in the combination.
-
browser_version String
Specifies the version of the browser in the combination.
-
release String
Specifies the release type of the browser in the combination.
-
release_tag String
Specifies the release tag of the browser in the combination.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.