20 lines
686 B
Markdown
20 lines
686 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) > [RemoteLocation](./puppeteer.protocol.target.remotelocation.md)
|
||
|
|
||
|
## Protocol.Target.RemoteLocation interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface RemoteLocation
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [host](./puppeteer.protocol.target.remotelocation.host.md) | string | |
|
||
|
| [port](./puppeteer.protocol.target.remotelocation.port.md) | [integer](./puppeteer.protocol.integer.md) | |
|
||
|
|