Click or drag to resize

AutofillClientSetAddressesAsync Method

Version 130.1.90
Set addresses so that developers can verify their forms implementation.

Namespace: CefSharp.DevTools.Autofill
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetAddressesAsync(
	IList<Address> addresses
)

Parameters

addresses  IListAddress
addresses

Return Value

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