UiPath Documentation
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 28 de abr de 2026

Select Item

Seleciona um item de uma caixa de combinação suspensa ou caixa de listagem.

Essa API deve ser adicionada após Abrir ou Anexar.

Definição

Namespace: UiPath.UIAutomationNext.API.Models

Assembly: UiPath.UIAutomationNext.API.Models (na dll UiPath.UIAutomationNext.API.Models)

Sobrecarregas

SobrecargaDescription
SelectItem(String, String)Seleciona um item de um elemento de interface gráfica identificado como uma string do Repositório de Objetos.
SelectItem(TargetAnchorableModel, String)Seleciona um item de um elemento de interface gráfica identificado como um objeto TargetAnchorableModel .
SelectItem(TargetAnchorableModel, SelectItemsOptions)Seleciona um item de um elemento de interface gráfica identificado como um objeto TargetAnchorableModel , juntamente com outras configurações.
SelectItem(String, SelectItemOptions)Seleciona um item de um elemento de interface gráfica identificado como uma string do Repositório de Objetos, juntamente com outras configurações.

SelectItem(String, String)

Seleciona um item de um elemento de interface gráfica identificado como uma string do Repositório de Objetos.

SelectItem(
    string target,
    string item)
SelectItem(
    string target,
    string item)

target String : o elemento de interface gráfica no qual o item que você deseja selecionar está localizado, identificado como uma string do Repositório de objetos.

item String : o item que você deseja selecionar, identificado como uma string do Repositório de objetos.

SelectItem(TargetAnchorableModel, String)

Seleciona um item de um elemento de interface gráfica identificado como um objeto TargetAnchorableModel .

SelectItem( 
    TargetAnchorableModel target,
    string item)
SelectItem( 
    TargetAnchorableModel target,
    string item)

target TargetAnchorableModel : o elemento de interface gráfica onde o item que você deseja selecionar está localizado, identificado como um objeto TargetAnchorableModel .

item String : o item que você deseja selecionar, identificado como uma string do Repositório de objetos.

SelectItem(TargetAnchorableModel, SelectItemsOptions)

Seleciona um item de um elemento de interface gráfica identificado como um objeto TargetAnchorableModel , juntamente com outras configurações.

SelectItem(
    TargetAnchorableModel target,
    SelectItemsOptions selectItemsOptions)
SelectItem(
    TargetAnchorableModel target,
    SelectItemsOptions selectItemsOptions)

target TargetAnchorableModel : o elemento de interface gráfica onde o item que você deseja selecionar está localizado, identificado como um objeto TargetAnchorableModel .

selectItemsOptions SelectItemsOptions : as seguintes opções estão disponíveis para configurar as opções do item selecionado:

* `Item
  String` - The item that you want to select, identified
  as a string from the Object Repository.
* `AlterIfDisabled Boolean` - If set to
  true, the Select Item action is executed even if the specified UI
  element is disabled. This property does not apply if
  `InteractionMode` is set to
  `HardwareEvents`. By default, this is true.
* `Item
  String` - The item that you want to select, identified
  as a string from the Object Repository.
* `AlterIfDisabled Boolean` - If set to
  true, the Select Item action is executed even if the specified UI
  element is disabled. This property does not apply if
  `InteractionMode` is set to
  `HardwareEvents`. By default, this is true.

SelectItem(String, SelectItemOptions)

Seleciona um item de um elemento de interface gráfica identificado como uma string do Repositório de Objetos, juntamente com outras configurações.

SelectItem(
    string target,
    SelectItemOptions selectItemOptions)
SelectItem(
    string target,
    SelectItemOptions selectItemOptions)

target String : o elemento de interface gráfica no qual o item que você deseja selecionar está localizado, identificado como uma string do Repositório de objetos.

selectItemsOptions SelectItemsOptions : as seguintes opções estão disponíveis para configurar as opções do item selecionado:

* `Item
  String` - The item that you want to select, identified
  as a string from the Object Repository.
* `AlterIfDisabled Boolean` - If
  selected, the Select Item action is executed even if the specified
  UI element is disabled. This property does not apply if
  `InteractionMode` is set to
  `HardwareEvents`. By default, this is true.
* `Item
  String` - The item that you want to select, identified
  as a string from the Object Repository.
* `AlterIfDisabled Boolean` - If
  selected, the Select Item action is executed even if the specified
  UI element is disabled. This property does not apply if
  `InteractionMode` is set to
  `HardwareEvents`. By default, this is true.

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades