mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
777 B
777 B
Home > puppeteer > Protocol > Page > ScreencastVisibilityChangedEvent
Protocol.Page.ScreencastVisibilityChangedEvent interface
Fired when the page with currently enabled screencast was shown or hidden `.
Signature:
export interface ScreencastVisibilityChangedEvent
Properties
Property | Type | Description |
---|---|---|
visible | boolean | True if the page is visible. |