Component.scrollToPoint

bool scrollToPoint(atk.types.CoordType coords, int x, int y)

Move the top-left of component to a given position of the screen by scrolling all necessary parents.

Parameters

coordsspecify whether coordinates are relative to the screen or to the parent object.
xx-position where to scroll to
yy-position where to scroll to

Returns

whether scrolling was successful.