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