activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Activités UIAutomation

Dernière mise à jour 21 oct. 2025

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

Les cases d'option présentent un ensemble d'options. Une liste contient au moins deux cases d'option, et vous ne pouvez en choisir qu'une.



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.

Case à cocher SAP

Les éléments de case à cocher représentent une liste à choix multiples. Une, plusieurs ou aucune option peuvent être sélectionnées.



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
  • Case à cocher SAP
  • SAP Dropdown
  • SAP Chooser
  • SAP Popup menu
  • SAP Data tables
  • SAP Input fields
  • Text fields
  • Text areas
  • Password fields
  • SAP Text button

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo
Confiance et sécurité
© 2005-2025 UiPath Tous droits réservés.