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
coords | specify whether coordinates are relative to the screen or to the parent object. |
x | x-position where to scroll to |
y | y-position where to scroll to |
Returns
whether scrolling was successful.