Profile
Starts the selected profile by transitioning its status to 'starting', launching the kernel (Chroma or Junglefox) associated with the profile, and then changing its status to 'running'. If there is an error during start-up, it will be 'terminated'. Note that the required kernel might not be available locally, so it may be downloaded during the profile start. Optional command line arguments or settings can be passed to the browser engines.
post/profiles/{profileId}/start
Path parameters
profileIdstring uuid required
The unique identifier of the profile
Request body
Example request
{
"arguments": [
"disable-notifications"
],
"preferences": [
{
"key": "signin.allowed_on_next_startup",
"value": false
}
],
"additionalOptions": [
{
"key": "profile.managed_default_content_settings.images",
"value": 2
}
]
}Response
OK.