[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [DisplayFeature](./puppeteer.protocol.emulation.displayfeature.md) > [offset](./puppeteer.protocol.emulation.displayfeature.offset.md) ## Protocol.Emulation.DisplayFeature.offset property The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction. Signature: ```typescript offset: integer; ```