[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [SourceCodeLocation](./puppeteer.protocol.audits.sourcecodelocation.md) ## Protocol.Audits.SourceCodeLocation interface Signature: ```typescript export interface SourceCodeLocation ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [columnNumber](./puppeteer.protocol.audits.sourcecodelocation.columnnumber.md) | [integer](./puppeteer.protocol.integer.md) | | | [lineNumber](./puppeteer.protocol.audits.sourcecodelocation.linenumber.md) | [integer](./puppeteer.protocol.integer.md) | | | [url](./puppeteer.protocol.audits.sourcecodelocation.url.md) | string | |