Get OS-Browsers›Fetch all available os-browser combinations.
Get OS-Browsers
Fetch all available os-browser combinations.
Fetch all os browsers combinations available on lambdatest platform.
Fetch all available os-browser combinations. curl --request GET \
--url "https://api.lambdatest.com/screenshots/v1/os-browsers" \
--header "Authorization: Basic <encoded-value>"
{
"windows 10": {
"chrome": [
"76",
"75"
],
"firefox": [
"67",
"66"
],
"opera": [
"55",
"54"
]
},
"macos mojave": {
"chrome": [
"76",
"75"
],
"firefox": [
"67",
"66"
],
"opera": [
"55",
"54"
]
}
}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
osstring
Fetch details for a particular OS
Response
application/jsonsuccessful operation
windows 10object
windows 10.chromestring[]
windows 10.firefoxstring[]
macos mojaveobject
macos mojave.chromestring[]
macos mojave.firefoxstring[]
macos mojave.operastring[]
Fetch all available os-browser combinations. curl --request GET \
--url "https://api.lambdatest.com/screenshots/v1/os-browsers" \
--header "Authorization: Basic <encoded-value>"
{
"windows 10": {
"chrome": [
"76",
"75"
],
"firefox": [
"67",
"66"
],
"opera": [
"55",
"54"
]
},
"macos mojave": {
"chrome": [
"76",
"75"
],
"firefox": [
"67",
"66"
],
"opera": [
"55",
"54"
]
}
}