ScreenshotResult

The result of a screenshot action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base64-encoded image data. Present only when the action succeeded.

Link copied to clipboard

The error message. Present only when the action failed.

Link copied to clipboard

The status of the action execution.

Functions

Link copied to clipboard
inline fun copy(block: ScreenshotResult.Builder.() -> Unit = {}): ScreenshotResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String