14 lines
570 B
Markdown
14 lines
570 B
Markdown
<!-- 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;
|
|
```
|