Table of Contents

Class InsertTextCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Input
Assembly
WebDriver.dll

InsertText

public sealed class InsertTextCommandSettings : ICommand
Inheritance
InsertTextCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Text

Gets or sets the text

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string