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

Ключ

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

...

Change point coordinates Version 5 (Net)

Группа действийAction group: "Базовые действияBase actions",  подгруппа subgroup "ОбщееGeneral"

Описание

Действие возвращает координаты новой точки, полученной с помощью сдвига относительно некоторой заданной точки

Иконка

 img758.pngImage Removed

Параметры действия

Входные параметры

  1. Координаты точки - координаты точки.
  2. Изменение  Х - сдвиг по оси Х.
  3. Изменение  Y - сдвиг по оси Y.

Выходные параметры

Координаты - переменная, в которую будут записаны координаты новой точки.

...

Description

The action returns the coordinates of the new point obtained by the shift relative to some specified point

Action icon

 img758.pngImage Added

Settings of parameters 

PropertyDescriptionTypeFilling exampleMandatory field
Parameters

Coordinates of point

Coordinates of point

Location Point

(300, 98)

Yes

X-axis shift

Shift along the x-axis

Numeric

90

No

Y-axis shift

Shift along the y-axis

Numeric

-54

No

Results
Coordinates

Variable in which the coordinates of the new point will be written

Location Point

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

Если не введено значение в поле "Изменение Х" или "Изменение Y",
то значение координат по соответствующей оси сохраняется в результат в неизменном виде

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

Задача

Имеются координаты точки вкладки "Отправка и получение" приложения Outlook.

Необходимо переключиться на вкладку "Папка" при помощи имитации устройств.

Image Removed

Решение

Воспользоваться действиями "Изменить координаты точки" и "Клик мышью".

Реализация

...



Special conditions of use

If no value is entered in the "Change X" or "Change Y" field,
then the coordinate value of the corresponding axis is saved in the result unchanged

Example of use

Task

You have the coordinates of a point on the Send / Receive tab of Outlook.

You need to switch to the "Folder" tab using device simulation.

Image Added

Solution

Use the "Change point coordinates" and "Mouse click" actions.

Implementation

  1. Create a variable with the coordinates of the point.
    Image Added

  2. Move the "Change point coordinates" action to the workspace.
    Image Added

  3. Set the parameters for the "Change point coordinates" action.
    1. In the "Coordinates of point" field, add the variable "Coordinates of the "Send / Receive" tab"
    2. In "X-axis shift" set the value to 120
    3. Do not change the "Y-axis shift" parameter
      Image Added

  4. Move the "Mouse click" action to the workspace.
    Image Added

  5. Set the parameters of the "Mouse click" action.
    1. Set the left mouse click in the "Click option" field
    2. In the "Coordinates" field, add the result of the "Change point coordinates" action
      Image Added

  6.  Click on the "Start" button in the top panel.  

Result

The program robot comleted successfully.
The robot switched to the "Folder" tab using the "Mouse click" action on the changed coordinates of the point

Результат

Программный робот отработал успешно.
Робот переключился на вкладку "Папка" при помощи действия "Клик мышью" по измененным координатам точки.