Start
GET
/browser/start/{profileId}Last modified:Â 6 months ago
Start
Request
Path Params
profileId
stringÂ
required
ProfileId
Request samples
Responses
OK(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
code
integerÂ
optional
data
object (browser.RemoteDebuggingAddress)Â
optional
port
integerÂ
optional
profileId
stringÂ
optional
webSocketDebuggerUrl
stringÂ
optional
err
booleanÂ
optional
msg
stringÂ
optional
Example
{
"code": 0,
"data": {
"port": 0,
"profileId": "string",
"webSocketDebuggerUrl": "string"
},
"err": true,
"msg": "string"
}
Last modified: 6 months ago