|
|
Hello,
it is possible to tell that mouse clicks are relative to active window using <mousemove_relative_win> command. This prevents from clicking on wrong controls when window is on difefrent positions when macros is run.
If you need to adjust mouse clicks based on window size changes then you need to get the size of the window first and then recalculate the positions where to click. The window size can be get using <wininfo> command.
Petr |
IP Logged
|