Table of Contents

Class InsertTextCommandSettings

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

This method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.

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

The text to insert.

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

Property Value

string