IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..WaitForExists Method
Waits for exists.
Namespace:
FastMoq.Web.Blazor.InterfacesAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
IMockerBlazorTestHelpers<T> WaitForExists( string cssSelector, Nullable<TimeSpan> waitTimeout )
Function WaitForExists ( _ cssSelector As String, _ waitTimeout As Nullable(Of TimeSpan) _ ) As IMockerBlazorTestHelpers(Of T)
IMockerBlazorTestHelpers<T>^ WaitForExists( String^ cssSelector, Nullable<TimeSpan^> waitTimeout )
Parameters
- cssSelector
- Type: String
The CSS selector.
- waitTimeout
- Type: Nullable<(Of <(<'TimeSpan>)>)>
The wait timeout.