IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..SetAutoComplete Method

Sets the automatic complete.

Namespace:  FastMoq.Web.Blazor.Interfaces
Assembly:  FastMoq.Web (in FastMoq.Web.dll)

Syntax


Task SetAutoComplete(
	string cssSelector,
	string filterText,
	Func<bool> waitFunc,
	string itemCssSelector
)
Function SetAutoComplete ( _
	cssSelector As String, _
	filterText As String, _
	waitFunc As Func(Of Boolean), _
	itemCssSelector As String _
) As Task
Task^ SetAutoComplete(
	String^ cssSelector, 
	String^ filterText, 
	Func<bool^>^ waitFunc, 
	String^ itemCssSelector
)

Parameters

cssSelector
Type: String
The CSS selector.
filterText
Type: String
The filter text.
waitFunc
Type: Func<(Of <(<'Boolean>)>)>
The wait function.
itemCssSelector
Type: String
The item CSS selector.

Return Value

Task.