Component.refAccessibleAtPoint

atk.object.ObjectWrap refAccessibleAtPoint(int x, int y, atk.types.CoordType coordType)

Gets a reference to the accessible child, if one exists, at the coordinate point specified by x and y.

Parameters

xx coordinate
yy coordinate
coordTypespecifies whether the coordinates are relative to the screen or to the components top level window

Returns

a reference to the accessible

child, if one exists