BaseScreen Methods
Activates this Screen to make it ready to interact with it.
By default just calls
WaitFor()
, but can be extended to maybe additionally give the focus to this screen.Syntax:
public virtual void Activate()
Syntax:
public void ScrollToElement(
OnScreenElement element
)
Parameter | Description |
element |
Exception | Condition |
When the element is not found after scrolling through the complete range. | |
ArgumentNullException | When the provided element is null. |
Last modified 8mo ago