Launch and connect to a running browser or a created profile
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Path Params
profileId
stringย
required
profileId
Query Params
config
stringย
optional
profile options in URL-encoded format json string, see full schema in Body Params, please note that you can't carrying a Request Body in aWS/GETrequest so you have to encode params in URL-encoded format
Example:
%7B%0A++++%22headless%22%3A+true%0A%7D
Body Params application/json
autoClose
booleanย
optional
indicates autoclose browser after finished
timedCloseSec
integerย
optional
indicates autoclose browser after specified seconds
Example:
30
clearCacheOnClose
booleanย
optional
indicates delete local userdata when browser closed if not a once profile
headless
stringย
optional
incognito
booleanย
optional
incognito mode
proxy
stringย
optional
profile proxy, higher priority than proxyGroupName
Example:
http://username:password@ip:port
skipProxyChecking
booleanย
optional
indicates skip proxy checking when launch profile
remoteDebuggingPort
integerย
optional
browser port
startupUrls
array[string]
optional
startup urls
urlBlockList
array[string]
optional
url block list, for example: www.example.com, you also can add file://* to block all file protocol urls
urlAllowList
array[string]
optional
url allow list in url block list, for example, you can add file://foo to unblock from url block list