InputClientInsertTextAsync Method |
Version 88.2.90
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: 88.2.90.0 (88.2.90.0)
Syntax public Task<DevToolsMethodResponse> InsertTextAsync(
string text
)
public:
Task<DevToolsMethodResponse^>^ InsertTextAsync(
String^ text
)
Parameters
- text
- Type: SystemString
The text to insert.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also