IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..SetElementText Method (String, String, Func<(Of <(<'Boolean>)>)>, Nullable<(Of <(<'TimeSpan>)>)>, Nullable<(Of <(<'IRenderedFragment>)>)>)
Sets the element text.
Namespace:
FastMoq.Web.Blazor.InterfacesAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
IMockerBlazorTestHelpers<T> SetElementText( string cssSelector, string text, Func<bool> waitFunc, Nullable<TimeSpan> waitTimeout, Nullable<IRenderedFragment> startingPoint )
Parameters
- cssSelector
- Type: String
The CSS selector.
- text
- Type: String
The text.
- waitFunc
- Type: Func<(Of <(<'Boolean>)>)>
The wait function.
- waitTimeout
- Type: Nullable<(Of <(<'TimeSpan>)>)>
The wait timeout.
- startingPoint
- Type: Nullable<(Of <(<'IRenderedFragment>)>)>
The starting point.