Click or drag to resize

InputClientInsertTextAsync Method

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

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<DevToolsMethodResponse> InsertTextAsync(
	string text
)

Parameters

text
Type: SystemString
The text to insert.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also