Table of Contents

Class GetNodeForLocationCommandSettings

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

GetNodeForLocation

public sealed class GetNodeForLocationCommandSettings : ICommand
Inheritance
GetNodeForLocationCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IgnorePointerEventsNone

Gets or sets the ignorePointerEventsNone

[JsonPropertyName("ignorePointerEventsNone")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IgnorePointerEventsNone { get; set; }

Property Value

bool?

IncludeUserAgentShadowDOM

Gets or sets the includeUserAgentShadowDOM

[JsonPropertyName("includeUserAgentShadowDOM")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeUserAgentShadowDOM { get; set; }

Property Value

bool?

X

Gets or sets the x

[JsonPropertyName("x")]
public long X { get; set; }

Property Value

long

Y

Gets or sets the y

[JsonPropertyName("y")]
public long Y { get; set; }

Property Value

long