Table of Contents

Class GetContainerForNodeCommandSettings

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

GetContainerForNode

public sealed class GetContainerForNodeCommandSettings : ICommand
Inheritance
GetContainerForNodeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ContainerName

Gets or sets the containerName

[JsonPropertyName("containerName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ContainerName { get; set; }

Property Value

string

LogicalAxes

Gets or sets the logicalAxes

[JsonPropertyName("logicalAxes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LogicalAxes? LogicalAxes { get; set; }

Property Value

LogicalAxes?

NodeId

Gets or sets the nodeId

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

Property Value

long

PhysicalAxes

Gets or sets the physicalAxes

[JsonPropertyName("physicalAxes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PhysicalAxes? PhysicalAxes { get; set; }

Property Value

PhysicalAxes?