LaunchNewBrowser
GET
/devtool/launchLast modified:Â a month ago
LaunchNewBrowser
Request
Query Params
config
stringÂ
required
launch config, url-encoded json string in query, see full schema in body params
Example:
%7B%0A++++%22name%22%3A+%22testProfile%22%2C%0A++++%22once%22%3A+true%2C%0A++++%22platform%22%3A+%22windows%22%2C%0A++++%22kernel%22%3A+%22chromium%22%2C%0A++++%22kernelMilestone%22%3A+%22128%22%0A%7D
Body Params application/json
No schema defined
Example
{
"name": "testProfile",
"once": true,
"platform": "windows",
"kernel": "chromium",
"kernelMilestone": "128",
"proxy": "http://127.0.0.1:8000",
"fingerprint": {
"flags": {
"timezone": "BasedOnIp",
"screen": "Custom"
},
"screen": {
"width": 1000,
"height": 1000
},
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.85 Safari/537.36"
},
"args": {
"--proxy-bypass-list": "domain1,domain2",
"--load-extension": "extDir1,extDir2"
}
}
Request samples
Responses
OK(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a month ago