[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. Signature: ```typescript location: Location; ```