puppeteer/new-docs/puppeteer.protocol.animation.getcurrenttimeresponse.currenttime.md

14 lines
570 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Animation](./puppeteer.protocol.animation.md) &gt; [GetCurrentTimeResponse](./puppeteer.protocol.animation.getcurrenttimeresponse.md) &gt; [currentTime](./puppeteer.protocol.animation.getcurrenttimeresponse.currenttime.md)
## Protocol.Animation.GetCurrentTimeResponse.currentTime property
Current time of the page.
<b>Signature:</b>
```typescript
currentTime: number;
```