> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# screencastFrame

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

```graphql theme={null}
screencastFrame(): ScreencastFrame
```

## Returns

[ScreencastFrame](/reference/graphql/objects/screencast-frame)

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