Package at.bestsolution.uia
Interface IUIAVirtualElement
- All Superinterfaces:
IInitable,IUIAElement
marks an IUIAElement to be virtual.
Virtual Elements only may exist under Virtual Roots
-
Nested Class Summary
Nested classes/interfaces inherited from interface at.bestsolution.uia.IUIAElement
IUIAElement.UIAElementContext -
Method Summary
Methods inherited from interface at.bestsolution.uia.IInitable
initializeMethods inherited from interface at.bestsolution.uia.IUIAElement
getAutomationId, getBounds, getControlType, GetFocusDelegate, getId, getProvider, isProviderAvailable, withContext
-
Method Details
-
getParent
IUIAElement getParent()- Returns:
- the parent if it is a virtual element
-
getChildren
List<IUIAElement> getChildren()- Returns:
- the virtual children of this element.
-
SetFocus
default void SetFocus()Description copied from interface:IUIAElementSets the focus to this element.this method is from the IRawElementProviderFragment
- Specified by:
SetFocusin interfaceIUIAElement
-