|
The Winclick command
|
Top Previous Next |
| · | The WINCLICK commands operates on the visible part of the web page, just a like human would with a mouse. Thus WINCLICK X=1 Y= 400 will always click on the specific part of the browser window. If the web page is scrolled, the click hits another part of the web page.
|
| · | The CLICK command operates on the complete browser web page (HTML) only. So CLICK X=1 Y= 980 will always click on the specific HTML element at this position of the page regardless of whether the element is currently visible in the browser window or not. Whether or not the web page is scrolled, a specific X/Y combination always hits the same part of the web page.
|