public interface IUIAVirtualRootElement extends IUIAElement
Its descendents must be IUIAVirtualElements
IUIAElement.UIAElementContext| Modifier and Type | Method and Description |
|---|---|
IUIAElement |
getChildFromPoint(javafx.geometry.Point2D point) |
java.util.List<IUIAElement> |
getChildren() |
default IUIAElement |
getFocus() |
getAutomationId, getBounds, getControlType, GetFocusDelegate, getId, getProvider, isProviderAvailable, SetFocus, withContextinitializedefault IUIAElement getFocus()
java.util.List<IUIAElement> getChildren()
Note: if an element has children its JavaFX children are ignored.
IUIAElement getChildFromPoint(javafx.geometry.Point2D point)
point - the coordinates in screen space