Click or drag to resize

AutofillClient.SetAddressesAsync 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  IList<Address>
addresses

Return Value

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