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 Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters os string
Fetch details for a particular OS
Response 200▼
application/json successful operation
windows 10 object
▶ Hide child attributeswindows 10. chrome string[]
windows 10. firefox string[]
macos mojave object
▶ Hide child attributesmacos mojave. chrome string[]
macos mojave. firefox string[]
macos mojave. opera string[]
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"
]
}
}