[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [SetRemoteLocationsRequest](./puppeteer.protocol.target.setremotelocationsrequest.md) ## Protocol.Target.SetRemoteLocationsRequest interface Signature: ```typescript export interface SetRemoteLocationsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [locations](./puppeteer.protocol.target.setremotelocationsrequest.locations.md) | [RemoteLocation](./puppeteer.protocol.target.remotelocation.md)\[\] | List of remote locations. |