Table of Contents

Class PictureTile

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

Serialized fragment of layer picture along with its offset within the layer.

public sealed class PictureTile
Inheritance
PictureTile
Inherited Members

Properties

Picture

Base64-encoded snapshot data.

[JsonPropertyName("picture")]
public string Picture { get; set; }

Property Value

string

X

Offset from owning layer left boundary

[JsonPropertyName("x")]
public double X { get; set; }

Property Value

double

Y

Offset from owning layer top boundary

[JsonPropertyName("y")]
public double Y { get; set; }

Property Value

double