ComponentT.refAccessibleAtPoint

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

template ComponentT()
override
refAccessibleAtPoint

Parameters

x int

x coordinate

y int

y coordinate

coordType atk.types.CoordType

specifies whether the coordinates are relative to the screen or to the components top level window

Return Value

Type: atk.object.ObjectAtk

a reference to the accessible child, if one exists