Table of Contents

Class ImeSetCompositionCommandSettings

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

ImeSetComposition

public sealed class ImeSetCompositionCommandSettings : ICommand
Inheritance
ImeSetCompositionCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ReplacementEnd

Gets or sets the replacementEnd

[JsonPropertyName("replacementEnd")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ReplacementEnd { get; set; }

Property Value

long?

ReplacementStart

Gets or sets the replacementStart

[JsonPropertyName("replacementStart")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ReplacementStart { get; set; }

Property Value

long?

SelectionEnd

Gets or sets the selectionEnd

[JsonPropertyName("selectionEnd")]
public long SelectionEnd { get; set; }

Property Value

long

SelectionStart

Gets or sets the selectionStart

[JsonPropertyName("selectionStart")]
public long SelectionStart { get; set; }

Property Value

long

Text

Gets or sets the text

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

Property Value

string