Метод | Описание | |
---|---|---|
TryMoveFocus ( this element, FocusNavigationDirection direction ) : Task |
Attempts to move focus to an element within the provided container waiting for the element to be loaded if necessary (waits max 1 second to protect against confusing focus shifts if the element gets loaded much later).
|
Метод | Описание | |
---|---|---|
TryFocus ( this element ) : Task |
||
TryFocusImpl ( |
||
WaitForElementLoaded ( |
public static TryMoveFocus ( this element, FocusNavigationDirection direction ) : Task |
||
element | this | The element to move focus from. |
direction | FocusNavigationDirection | The direction to give focus. |
Результат | Task |