Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Mouse move Version 7 (Рython)

Группа действий: Имитация устройств 

Описание

Данное действие предназначено для имитации движения курсора мышки по заданным координатам с возможностью перемещения мобильных элементов.

Image Removed

Настройки

...

Мобильный элемент будет перемещен из точки начала в точку конца движения.

Чек-бокс.

По умолчанию false.

Зажимает левую кнопку мыши в стартовых координатах, ведет мышь к финальным координатам, отпускает левую кнопку мыши.

...

Start coordinates

Координаты точки старта движения.

Координаты за областью экрана будут вызывать ошибку.

...

Finish coordinates

Координаты точки конца движения.

Координаты за областью экрана будут вызывать ошибку.

...

Особые условия использования

Отсутствуют.

Пример использования

Задача: переместить файл на рабочем столе. 

Image Removed

Решение: воспользоваться действием "Mouse move". 

Реализация:

...

Action group: Simulate system 

...

Description

The action simulates mouse move according to the set coordinates with the ability to move mobile elements. 

Action icon

Image Added

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
DraggingIf the parameter value is «True», then the mobile element will be moved from the start point to the end point of the movement. The default is «False»Robin.BooleantrueNo
Start coordinatesThe coordinates of the starting point for moving the mouse cursor. Coordinates outside the screen area will cause an error.Robin.LocationPo int
Yes
Finish coordinatesMouse cursor endpoint coordinates. Coordinates outside the screen area will cause an error.Robin.LocationPo int
Yes

Special conditions of use

None.

Example of use

Task

Move file in the workspace. 

Image Added

Solution

Use the "Mouse move" action. 

Implementation

  1. Move the "Mouse move" action to the workspace. 
    Image Added
  2. Set the "Mouse move" action parameters. To set the beginning and end of the coordinates click on the Image Added button, then on the Image Added button. In the opened window click on the PickArea button and with the Shift key pressed set the coordinates. 
    Image Added
    Image Added

  3. Click the "Start" button in the top panel. 

Result

The program robot completed successfully. 

Image Added

The file was moved according to the set coordinates

...

Результат

Программный робот отработал успешно.

Image Removed

Файл перенесен по указанным координатам