Subscribes to a stream of screencast frames from the currently active page. Each frame provides an image of the page content and associated metadata. This is useful for live-streaming or recording page interactions.

Definition

screencastFrame(): ScreencastFrame

Returns

ScreencastFrame

Represents a single frame from a page screencast. Contains the image data and metadata about the frame’s context.