Table of Contents

Class ShadowRootPushedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.DOM
Assembly
Selenium.WebDriver.dll

Called when shadow root is pushed into the element.

public sealed class ShadowRootPushedEventArgs : EventArgs
Inheritance
ShadowRootPushedEventArgs
Inherited Members

Properties

HostId

Host element id.

[JsonPropertyName("hostId")]
public long HostId { get; set; }

Property Value

long

Root

Shadow root.

[JsonPropertyName("root")]
public Node Root { get; set; }

Property Value

Node