IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..ClickDropdownItem<(Of <(<'TComponent>)>)> Method (String, Func<(Of <(<'Boolean>)>)>, String)
Clicks the dropdown item.
Namespace:
FastMoq.Web.Blazor.InterfacesAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
IRenderedComponent<TComponent> ClickDropdownItem<TComponent>( string propName, Func<bool> waitFunc, string cssDropdownSelector ) where TComponent : IComponent, IComponent
Type Parameters
- TComponent
- The type of the t component.
Parameters
- propName
- Type: String
Name of the property.
- waitFunc
- Type: Func<(Of <(<'Boolean>)>)>
The wait function.
- cssDropdownSelector
- Type: String
The CSS dropdown selector.