activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

用户界面自动化活动

上次更新日期 2025年10月20日

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

单选按钮显示一组选项。列表中至少包含两个单选按钮,您只能选择一个。



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 复选框

复选框元素代表多项选择的列表。您可以选择一个、多个选项或不选择任何选项。



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 Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。