Fetch login profiles
643 matches
9 actions
LambdaTest Screenshots API Documentation
9 actions
- Fetch all available device combinations.GETv1.0.0
- Fetch all available os-browser combinations.GETv1.0.0
- Fetch all available resolution on different OSGETv1.0.0
- Fetch LocationsGETv1.0.0
- Fetch login profilesGETv1.0.0
- Fetch specified screenshot detailsGETv1.0.0
- Fetch Zipped ScreenshotsGETv1.0.0
- Start Screenshot TestPOSTv1.0.0
- Stop specified screenshot testPUTv1.0.0
Other/LambdaTest Screenshots API Documentation
Fetch login profiles
v1.0.0Output
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
{
"type": "object",
"properties": {
"profiles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"profile_config": {
"type": "object",
"properties": {
"credentials": {
"type": "object",
"properties": {
"password": {
"type": "string"
},
"username": {
"type": "string"
}
}
},
"locators": {
"type": "object",
"properties": {
"password": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"submit": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"username": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
},
"login_url": {
"type": "string"
},
"profile_name": {
"type": "string"
}
}
}
}
}
}
}
}