Table of Contents

Class LayerPaintedEventArgs

Namespace
OpenQA.Selenium.DevTools.V132.LayerTree
Assembly
WebDriver.dll

LayerPainted

public sealed class LayerPaintedEventArgs : EventArgs
Inheritance
LayerPaintedEventArgs
Inherited Members

Properties

Clip

Gets or sets the clip

[JsonPropertyName("clip")]
public Rect Clip { get; set; }

Property Value

Rect

LayerId

Gets or sets the layerId

[JsonPropertyName("layerId")]
public string LayerId { get; set; }

Property Value

string