<!-- Do not edit this file. It is automatically generated by API Documenter. --> [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. <b>Signature:</b> ```typescript currentTime: number; ```