Table of Contents

Class CaptureScreenshotOptions

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
Selenium.WebDriver.dll
public sealed record CaptureScreenshotOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<CaptureScreenshotOptions>
Inheritance
CaptureScreenshotOptions
Implements
Inherited Members

Properties

Clip

public ClipRectangle? Clip { get; init; }

Property Value

ClipRectangle

Format

public ImageFormat? Format { get; init; }

Property Value

ImageFormat?

Origin

public ScreenshotOrigin? Origin { get; init; }

Property Value

ScreenshotOrigin?