Mouse emulation

Table of contents


Description

Mouse emulation allows you to bypass the protection on the site, click or call an element by hovering over it.

How to add an action to a project?

Via the context menu Add ActionEmulationMouse emulation

Or use smart search .


What is it used for?

  • Move the mouse cursor

  • Targeting an object

  • Click on an item (for example, when the latter is rendered on canvas and cannot be approached using the Rise Event action)


How to work with an action?

Coordinates

Here you need to specify the points within which the click will be made (a random position within the specified coordinates will be selected).

X - horizontally
Y - vertical

You can find out the coordinates in the Browser window.

Coordinates can be specified static and dynamic in the form of variables.

Click type

Left click - clicking with the left mouse button.
Right click - right click.
Double click - emulates a double click.

Spread

a) Normal - more likely to hit closer to the center of the object.
b) Equally - even distribution within the specified coordinates.


Full mouse emulation

In the project settings, you can centrally enable the mouse emulation level at the template level. This means that when the Set and Rise actions are executed, the mouse emulation will automatically be added from the current cursor to the HTML element specified in the action.


Usage example

To change the design in Mail, you need to move the mouse cursor over the element, after which an additional window will open, in which you can change the design.

  1. We get the coordinates of the element and put them in variables.

  2. Add a mouse emulation action.

  3. We indicate the variables with coordinates in the cube.

In this way, the mail service tries to stop the work of bots, but this does not threaten you with the existing Zennoposter functionality.