Target.setRemoteLocationsEnables target discovery for the specified locations, when `setDiscoverTargets` was set to `true`.
| Name | Type | Description |
|---|---|---|
locations | array | List of remote locations. |
{
"id": 1,
"method": "Target.setRemoteLocations",
"params": {
"locations": []
}
}
{
"id": 1,
"result": {}
}
const result = await send('Target.setRemoteLocations', {"locations": []});
console.log(result);