19 lines
732 B
Markdown
19 lines
732 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```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. |
|
||
|
|