Table of Contents

Class CaptureScreenshotOptions

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

Properties

Clip

public ClipRectangle? Clip { get; set; }

Property Value

ClipRectangle

Format

public ImageFormat? Format { get; set; }

Property Value

ImageFormat?

Origin

public Origin? Origin { get; set; }

Property Value

Origin?