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() |
getAutomationId, getBounds, getControlType, getId, getProvider, isProviderAvailable, SetFocus, withContext
initialize
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