IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..ClickButton<(Of <(<'TComponent>)>)> Method (String, Func<(Of <(<'Boolean>)>)>, Nullable<(Of <(<'TimeSpan>)>)>)
Clicks the button element.
Namespace:
FastMoq.Web.Blazor.InterfacesAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
IMockerBlazorTestHelpers<T> ClickButton<TComponent>( string cssSelector, Func<bool> waitFunc, Nullable<TimeSpan> waitTimeout ) where TComponent : IComponent, IComponent
Function ClickButton(Of TComponent As {IComponent, IComponent}) ( _ cssSelector As String, _ waitFunc As Func(Of Boolean), _ waitTimeout As Nullable(Of TimeSpan) _ ) As IMockerBlazorTestHelpers(Of T)
generic<typename TComponent> where TComponent : IComponent, IComponent IMockerBlazorTestHelpers<T>^ ClickButton( String^ cssSelector, Func<bool^>^ waitFunc, Nullable<TimeSpan^> waitTimeout )
Type Parameters
- TComponent
- The type of the t component.
Parameters
- cssSelector
- Type: String
The CSS selector.
- waitFunc
- Type: Func<(Of <(<'Boolean>)>)>
The wait function.
- waitTimeout
- Type: Nullable<(Of <(<'TimeSpan>)>)>
The wait timeout.