Clicks the specified point, relative to a corner of the current window.
Syntax
Touch(dx, dy)
Parameters
- dx
- Horizontal offset in pixels from edge of current window. A positive number means the offset is relative to the left edge, while a negative number means the offset is relative to the right edge.
- dy
- Vertical offset in pixels from edge of current window. A positive number means the offset is relative to the top edge, while a negative number means the offset is relative to the bottom edge.
Remarks
Examples
CopySwitch to a Firefox tab by number
Tab 1..9 = Touch(-20, 145) Wait(100) {Down_$1}{Enter};
See Also
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)