Table of Contents

Class ShadowRootPoppedEventArgs

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

Called when shadow root is popped from the element.

public sealed class ShadowRootPoppedEventArgs : EventArgs
Inheritance
ShadowRootPoppedEventArgs
Inherited Members

Properties

HostId

Host element id.

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

Property Value

long

RootId

Shadow root id.

[JsonPropertyName("rootId")]
public long RootId { get; set; }

Property Value

long