Defines GraphQL subscriptions available for receiving real-time updates. Subscriptions allow clients to listen for specific events or data changes as they happen.

Definition

object Subscription {
  screencastFrame: ScreencastFrame
}

Fields

screencastFrame: 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.