pl.wendigo.chrome.domain.overlay / ScreenshotRequestedEvent

ScreenshotRequestedEvent

data class ScreenshotRequestedEvent : ProtocolEvent (source)

Represents event frames for Overlay.screenshotRequested

Fired when user asks to capture screenshot of some area on the page.

Constructors

<init>

ScreenshotRequestedEvent(viewport: Viewport)

Represents event frames for Overlay.screenshotRequested

Properties

viewport

val viewport: Viewport

Viewport to capture, in device independent pixels (dip).

Inherited Functions

protocolDomain

fun protocolDomain(): String