BaseScreen Methods
Last updated
Was this helpful?
Last updated
Was this helpful?
Activates this Screen to make it ready to interact with it. By default just calls , but can be extended to maybe additionally give the focus to this screen.
Syntax:
Uses the of the screen to scroll to the provided element.
Syntax:
Parameter
Description
element
Exception
Condition
When the element is not found after scrolling through the complete range.
ArgumentNullException
When the provided element is null.
Type: The element that shall be searched on the screen.