|
Name |
Description |
|
ClickButton(IElement, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickButton(String, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickButton(Func<(Of <<'(IElement, Boolean>)>>), Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickButton<(Of <<'(TComponent>)>>)(String, Func<(Of <<'(Boolean>)>>), IRenderedComponent<(Of <<'(TComponent>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickButton<(Of <<'(TComponent>)>>)(String, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Clicks the button element.
|
|
ClickDropdownItem<(Of <<'(TComponent>)>>)(IRenderedComponent<(Of <<'(TComponent>)>>), String, String, Func<(Of <<'(Boolean>)>>))
|
Clicks the dropdown item.
|
|
ClickDropdownItem<(Of <<'(TComponent>)>>)(String, Func<(Of <<'(Boolean>)>>), String)
|
Clicks the dropdown item.
|
|
FindAllByTag
|
Finds all by tag.
|
|
FindById
|
Finds the by identifier.
|
|
GetComponent<(Of <<'(TComponent>)>>)()()()()
|
Gets the component.
|
|
GetComponent<(Of <<'(TComponent>)>>)(Func<(Of <<'(IRenderedComponent<(Of <<'(TComponent>)>>), Boolean>)>>))
|
Gets the component.
|
|
GetComponent<(Of <<'(TComponent>)>>)(Func<(Of <<'(IElement, Boolean>)>>))
|
Gets the component.
|
|
GetComponents<(Of <<'(TComponent>)>>)(Nullable<(Of <<'(Func<(Of <<'(IRenderedComponent<(Of <<'(TComponent>)>>), Boolean>)>>)>)>>))
|
Gets the components.
|
|
GetComponents<(Of <<'(TComponent>)>>)(Nullable<(Of <<'(Func<(Of <<'(IElement, Boolean>)>>)>)>>))
|
Gets the components.
|
|
GetInjections(Type)
|
Gets the injections.
|
|
GetInjections(Type, Type)
|
Gets the injections.
|
|
GetInjections<(Of <<'(TComponent>)>>)()()()()
|
Gets the injections.
|
|
InjectComponent(Type, Type)
|
Injects the component.
|
|
InjectComponent(Type)
|
Injects the component.
|
|
InjectComponent<(Of <<'(TComponent>)>>)()()()()
|
Injects the component.
|
|
InjectComponent<(Of <<'(TComponent, TInjectAttribute>)>>)()()()()
|
Injects the component.
|
|
IsExists
|
Determines whether the specified CSS selector is exists.
|
|
RenderComponent(Boolean)
|
Renders the component. If the component is already rendered, it will act like a stateChanged.
|
|
RenderComponent(Action<(Of <<'(ComponentParameterCollectionBuilder<(Of <<'(T>)>>)>)>>), Boolean)
|
Renders the component. If the component is already rendered, it will act like a stateChanged.
|
|
SetAutoComplete
|
Sets the automatic complete.
|
|
SetElementCheck<(Of <<'(TComponent>)>>)
|
Sets the element check.
|
|
SetElementSwitch<(Of <<'(TComponent>)>>)
|
Sets the element switch.
|
|
SetElementText(IElement, String, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>))
|
Sets the element text.
|
|
SetElementText(String, String, Func<(Of <<'(Boolean>)>>), Nullable<(Of <<'(TimeSpan>)>>), Nullable<(Of <<'(IRenderedFragment>)>>))
|
Sets the element text.
|
|
WaitDelay
|
Waits the delay time. Use only when absolutely needed. Prefer use of WaitForState, WaitForExists, or
WaitForNotExists.
|
|
WaitForExists
|
Waits for exists.
|
|
WaitForNotExists
|
Waits for not exists.
|
|
WaitForState
|
Waits for state.
|