activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

UI Automation のアクティビティ

最終更新日時 2025年10月21日

Supported SAP Ariba elements

AribaWeb-based interfaces contain a variety of specific controls with which you can interact, as exemplified on this page.

SAP Radio button

ラジオ ボタンは一連のオプションを示します。リストには少なくとも 2 つのラジオ ボタンが含まれ、選択できるのは 1 つだけです。



Sample selector:

<webctrl aw-label='Project:/Full Project' aw-name='RadioButton' tag='DIV' /><webctrl aw-label='Project:/Full Project' aw-name='RadioButton' tag='DIV' />

Use the Radio Button control with the Check/Uncheck activity.

SAP チェックボックス

チェックボックス要素は、複数の選択肢のリストを示します。1 つまたは複数を選択するか、まったく選択しないかを選べます。



Sample selector:

<webctrl aw-label='Exempt from Backup Withholding:' aw-name='Checkbox' tag='DIV' /><webctrl aw-label='Exempt from Backup Withholding:' aw-name='Checkbox' tag='DIV' />

Use the Checkbox control with the Check/Uncheck activity.

SAP Dropdown

Dropdown lists allow you to select single items from predefined lists.



Sample selector:

<webctrl aw-label='Approval Status:' aw-name='Dropdown' tag='DIV' /><webctrl aw-label='Approval Status:' aw-name='Dropdown' tag='DIV' />

Use the Dropdown control with the Select Item activity.

SAP Chooser

Chooser controls are used for multiple value selection.



Sample selector:

<webctrl aw-label='Country/Region:' aw-name='Chooser' tag='DIV' /><webctrl aw-label='Country/Region:' aw-name='Chooser' tag='DIV' />

Use the Chooser control with the Select Multiple Items activity.

SAP Popup menu

Popup Menu controls are used for single selections in a dynamic popup menu.



Sample selector:

<webctrl aw-label='Create' aw-name='PopupMenuLink' tag='A' /><webctrl aw-label='Create' aw-name='PopupMenuLink' tag='A' />

Use the Popup Menu control with the Select Item activity.

SAP Data tables

Data Tables contain tabular data information.



Sample selector:

<webctrl aw-name='DataTable' tag='TABLE' />
<webctrl aw-collabel='Status' aw-tablerow='24' tag='TD' /><webctrl aw-name='DataTable' tag='TABLE' />
<webctrl aw-collabel='Status' aw-tablerow='24' tag='TD' />

Use the Data Table control with activities, such as Click, Type Into, Get Text, or Check.

Supported and unsupported activities and features:

  • Extract Table Data activity – supported
  • Expand Tree activity – supported for hierarchical tables
  • Table Cell Scope activity – unsupported
  • Autoscroll feature – supported
    Note: You can identify elements by their row number or row path, even if they are not yet loaded in the table.

SAP Input fields

Use Input fields controls with the Type Into activity.

Text fields

Text fields are used to capture single-line input.



Sample selector:

<webctrl aw-label='Name:' aw-name='TextField' tag='INPUT' /><webctrl aw-label='Name:' aw-name='TextField' tag='INPUT' />

Text areas

Text ares are used to capture multi-line input.



Sample selector:

<webctrl aw-label='Description:' aw-name='TextArea' tag='TEXTAREA' /><webctrl aw-label='Description:' aw-name='TextArea' tag='TEXTAREA' />

Password fields

Password fields are used to capture secure input.



Sample selector:

<webctrl aw-label='Password:' aw-name='PasswordField' tag='DIV' /><webctrl aw-label='Password:' aw-name='PasswordField' tag='DIV' />

SAP Text button

Text buttons are used to display standard buttons with text.



Sample selector:

<webctrl aw-label='Create' aw-name='TextButton' tag='BUTTON' /><webctrl aw-label='Create' aw-name='TextButton' tag='BUTTON' />

Use the Text button control with the Click activity.

  • SAP Radio button
  • SAP チェックボックス
  • SAP Dropdown
  • SAP Chooser
  • SAP Popup menu
  • SAP Data tables
  • SAP Input fields
  • Text fields
  • Text areas
  • Password fields
  • SAP Text button

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.