Get element coordinates Version
...
23 (.Net)
Action group: Windows
...
Description
The action gets element center coordinates.
Action icon
Image Removed
Image Added
Settings of parameters
СвойствоОписаниеТипПример заполнения | Обязательность заполнения поля | Параметры |
Элемент | Ресурс который хранит данные о выбранном элементе приложенияFilling example | Mandatory field |
Parameters |
Element | Resource with data of selected element in application | Robin.WinElement |
ДаТаймаутВремя в миллисекундах, в течении которого будет происходить поиск нужного окнаout | Time in milliseconds to find required window. | Robin.Numeric |
НетНомер окна | Если найдено несколько окон, то действие взаимодействует с окном под указанным номеромWindow order | When found more than one window, action would interact with window defined by order | Robin.Numeric |
НетРезультаты |
Левый верхний угол элемента | Координаты левого верхнего угла элементаResults |
Top left corner of the element | Coordinates of the top left corner of the element. | Robin.LocationPo int |
Центр элемента | Координаты центра элемента
|
|
Center of the element | The coordinates of the center of the element. | Robin.LocationPo int |
Правый нижний угол элемента | Координаты правого нижнего угла элемента
|
|
Bottom right corner of the element | Coordinates of the bottom right corner of the element. | Robin.LocationPo int |
|
|
Special conditions of use
...
The group does not work with the taskbar, explorer, and desktopworkspace.
Example of use
Task
There is an open parameters window, get search field element coordinates.
...