[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [GetCurrentTimeResponse](./puppeteer.protocol.animation.getcurrenttimeresponse.md) > [currentTime](./puppeteer.protocol.animation.getcurrenttimeresponse.currenttime.md) ## Protocol.Animation.GetCurrentTimeResponse.currentTime property Current time of the page. Signature: ```typescript currentTime: number; ```