How to click on (x,y) coordinates



You can click on coordinates through context menu.





When you select “Move And Click” action like on screenshot, you will be able to tweak click coordinates through action interface:



Note that “Move And Click” action doesn't use javascript to click, it uses internal windows event, so user input is emulated in most natural way and can't be detected by antispam protection.

If coordinates will be outside viewport border, browser will automatically scroll to desired location.

If you don't want to emulate move event, you can use “Click” instead of “Move And Click” action.



Here is a little hint, how to randomize click location:



You need to set input type to “expression” and use rand function. rand function with 2 integer parameters will return random value between whose 2 values each time it is called.