Table of Contents

Class ForceShowPopoverCommandResponse

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

Response for When enabling, this API force-opens the popover identified by nodeId and keeps it open until disabled.

public sealed class ForceShowPopoverCommandResponse : ICommandResponse<ForceShowPopoverCommandSettings>, ICommandResponse
Inheritance
ForceShowPopoverCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeIds

List of popovers that were closed in order to respect popover stacking order.

[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }

Property Value

long[]