Table of Contents

Class ClipRectangle

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(ClipRectangle.Box), "box")]
[JsonDerivedType(typeof(ClipRectangle.Element), "element")]
public abstract record ClipRectangle : IEquatable<ClipRectangle>
Inheritance
ClipRectangle
Implements
Derived
Inherited Members