Table of Contents

Class LayerPaintedEventArgs

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

LayerPainted

public sealed class LayerPaintedEventArgs : EventArgs
Inheritance
LayerPaintedEventArgs
Inherited Members

Properties

Clip

Clip rectangle.

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

Property Value

Rect

LayerId

The id of the painted layer.

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

Property Value

string