14 lines
566 B
Markdown
14 lines
566 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [ContinueToLocationRequest](./puppeteer.protocol.debugger.continuetolocationrequest.md) > [location](./puppeteer.protocol.debugger.continuetolocationrequest.location.md)
|
||
|
|
||
|
## Protocol.Debugger.ContinueToLocationRequest.location property
|
||
|
|
||
|
Location to continue to.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
location: Location;
|
||
|
```
|