Click or drag to resize

AutofillClientTriggerAsync Method

Version 130.1.90
Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error.

Namespace: CefSharp.DevTools.Autofill
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> TriggerAsync(
	int fieldId,
	CreditCard card,
	string frameId = null
)

Parameters

fieldId  Int32
Identifies a field that serves as an anchor for autofill.
card  CreditCard
Credit card information to fill out the form. Credit card data is not saved.
frameId  String  (Optional)
Identifies the frame that field belongs to.

Return Value

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