activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Atividades do UIAutomation

Última atualização 20 de out de 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

Os botões de rádio apresentam um conjunto de opções. Uma lista contém pelo menos dois botões de rádio e você pode selecionar apenas um.



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.

Caixa de seleção do SAP

Os elementos de caixa de seleção representam uma lista de várias escolhas. É possível selecionar uma, mais ou nenhuma das opçõ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
  • Caixa de seleção do SAP
  • SAP Dropdown
  • SAP Chooser
  • SAP Popup menu
  • SAP Data tables
  • SAP Input fields
  • Text fields
  • Text areas
  • Password fields
  • SAP Text button

Esta página foi útil?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Uipath Logo
Confiança e segurança
© 2005-2025 UiPath. Todos os direitos reservados.