scrollInside
Moves mouse to the filtered element and scrolls in the x and y direction.
macOS: May not work as expected!
Example:
await aui.scrollInside(0,-500).text('Bottom sheet').exec();
- @param {number} x_offset - A (positive/negative) x direction.
- @param {number} y_offset - A (positive/negative) y direction.