Table of Contents

Class ForceShowPopoverCommandSettings

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

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

public sealed class ForceShowPopoverCommandSettings : ICommand
Inheritance
ForceShowPopoverCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enable

If true, opens the popover and keeps it open. If false, closes the popover if it was previously force-opened.

[JsonPropertyName("enable")]
public bool Enable { get; set; }

Property Value

bool

NodeId

Id of the popover HTMLElement

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long