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
Format
public ImageFormat? Format { get; init; }
Property Value
Origin
public ScreenshotOrigin? Origin { get; init; }