Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class PushNodeByPathToFrontendCommandSettings

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

PushNodeByPathToFrontend

public sealed class PushNodeByPathToFrontendCommandSettings : ICommand
Inheritance
PushNodeByPathToFrontendCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Path

Gets or sets the path

[JsonPropertyName("path")]
public string Path { get; set; }

Property Value

string