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

Ключ

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

...

The action returns the selected element property value.

Action icon

Settings of parameters

Свойство
Property
Описание
Description
Тип
Type
Пример заполненияОбязательность заполнения поляПараметрыЭлементРесурс который хранит данные о выбранном элементе приложения
Filling exampleMandatory field
Parameters
ElementResource with data of selected element in applicationRobin.WinElement
ДаИмя свойстваИмя свойства.

Yes
Property name
Robin.String
Нет

No
Тайм
Time-
аутВремя в миллисекундах, в течении которого будет происходить поиск нужного окна
outTime in milliseconds to find required window.Robin.Numeric
Нет

No
Номер окнаЕсли найдено несколько окон, то действие взаимодействует с окном под указанным номером
Window orderWhen found more than one window, action would interact with window defined by orderRobin.Numeric
Нет

No
Результаты
Results
РезультатЗначение выбранного свойства элемента.
ResultThe value of the selected property of the elementRobin.String

Special conditions of use

...

  1. Move the "Get text from property" action to the workspace.

  2. Set the "Get text from property" action parameters. Get the element with the WinSpy tool. Working with WinSpy is described in section Get Win-element
    Setting a timeout does not, in general, increase the execution time of an action beyond the time it takes for the item we are using in the action to become visible and accessible. During the set timeout, the action tries to access the element it is working with. As soon as the item is available, the waiting timeout expires.
    More about element properties : https://learn.microsoft.com/ru-ru/uwp/api/windows.ui.xaml.automation.automationelementidentifiers.ispasswordproperty?view=winrt-22621you can find here.

  3. Click "Start" in the top panel.

...