patch_profile_fingerprints
Refresh browser profile fingerprints to update unique identifiers, ensuring anonymity and compliance during automation tasks.
Instructions
Refresh profile fingerprint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
browsersIds | Yes | Array of profile IDs that you want to update. |
Input Schema (JSON Schema)
{
"properties": {
"browsersIds": {
"description": "Array of profile IDs that you want to update.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"browsersIds"
],
"type": "object"
}