Table of Contents

Class ForceShowInterestCommandSettings

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

When enabling, this API forces an element to gain interest in its target, keeping interest active until disabled.

public sealed class ForceShowInterestCommandSettings : ICommand
Inheritance
ForceShowInterestCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enable

If true, opens and holds interest. If false, releases forced interest.

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

Property Value

bool

NodeId

Id of the interest invoker HTMLElement.

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

Property Value

long