CreateProfile
POST
/profileLast modified:Â 2 months ago
create profile
Request
Body Params application/json
args
objectÂ
optional
custom args with kernel command line switches
Additional properties
stringÂ
optional
fingerprint
allOf {1}Â
optional
custom fingerprint
#/definitions/1358293
optional
groupId
stringÂ
optional
profile group id, invalid for once profile
Example:
1e455935-3e3e-4e3e-8e3e-3e3e3e3e3e3e
groupName
stringÂ
optional
an existing group name,prioritize using groupId if set, invalid for once profile
Example:
Default
kernel
enum<string>Â
required
kernel type
Allowed value:
chromium
Example:
chromium
kernelMilestone
enum<string>Â
required
kernelMilestone
Allowed values:
124120113
Example:
124
name
stringÂ
required
profile name
Example:
Profile
note
stringÂ
optional
profile note, invalid for once profile
platform
enum<string>Â
required
fingerprint os platform
Allowed values:
windowsmaclinux
Example:
windows
proxy
stringÂ
optional
profile proxy, higher priority than proxyGroupName
Example:
http://username:password@ip:port
proxyGroupName
stringÂ
optional
an existing proxy group name, invalid for once profile
remoteDebuggingPort
integerÂ
optional
browser port
startupUrls
array[string]
optional
startup urls
Example
{
"name": "testProfile",
"platform": "windows",
"kernel": "chromium",
"kernelMilestone": "128"
}
Request samples
Responses
OK(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 months ago