profile
Request
Body Params application/json
{
"profileId": "string"
}
Request samples
curl --location --request POST 'http://localhost:8000/api/local-api/profile/start' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
application/json websocketDebuggerUrl
string
requiredAllowed values:availablependingsold
{
"success": true,
"code": 200,
"moreInfo": {
"env": "production"
},
"data": {
"websocketDebuggerUrl": "ws://127.0.0.1:53758/devtools/browser/c7413354-4ffe-4c5f-8ce8-ef963b0d6ed1",
"debuggingPort": 53758,
"browserType": "kifox",
"browserPid": 40508
}
}
Modified at 2024-04-24 06:47:59