UiPath Documentation
activities
latest
false
UIAutomation-Aktivitäten
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Objekt auswählen (Select Item)

SelectItem in der UI Automation-codierten Automatisierungs-API: Wählt ein Element aus einem Dropdown-Kombinationsfeld oder Listenfeld aus.

Wählt ein Element aus einem Dropdown-Kombinationsfeld oder Listenfeld aus.

Diese API muss nach Open oder Attach hinzugefügt werden.

Definition

Namespace: UiPath.UIAutomationNext.API.Models

Assembly: UiPath.UIAutomationNext.API.Models (in der DLL-Datei UiPath.UIAutomationNext.API.Models)

Überladungen

ÜberladenBeschreibung
SelectItem(String, String)Wählt ein Element aus einem UI-Element aus, das als Zeichenfolge aus dem Objekt-Repository identifiziert ist.
SelectItem(TargetAnchorableModel, String)Wählt ein Element von einem UI-Element aus, das als TargetAnchorableModel -Objekt identifiziert ist.
SelectItem(TargetAnchorableModel, SelectItemsOptions)Wählt ein Element aus einem UI-Element aus, das als TargetAnchorableModel -Objekt identifiziert wird, zusammen mit anderen Konfigurationen.
SelectItem(String, SelectItemOptions)Wählt ein Element aus einem UI-Element aus, das als Zeichenfolge aus dem Object-Repository identifiziert ist, zusammen mit anderen Konfigurationen.

SelectItem(String, String)

Wählt ein Element aus einem UI-Element aus, das als Zeichenfolge aus dem Objekt-Repository identifiziert ist.

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

target String: The UI element where the item you want to select is located, identified as a string from the Object Repository.

item String: The item that you want to select, identified as a string from the Object Repository.

SelectItem(TargetAnchorableModel, String)

Wählt ein Element von einem UI-Element aus, das als TargetAnchorableModel -Objekt identifiziert ist.

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

target TargetAnchorableModel: The UI element where the item you want to select is located, identified as a TargetAnchorableModel object.

item String: The item that you want to select, identified as a string from the Object Repository.

SelectItem(TargetAnchorableModel, SelectItemsOptions)

Wählt ein Element aus einem UI-Element aus, das als TargetAnchorableModel -Objekt identifiziert wird, zusammen mit anderen Konfigurationen.

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

target TargetAnchorableModel: The UI element where the item you want to select is located, identified as a TargetAnchorableModel object.

selectItemsOptions SelectItemsOptions: The following options are available for configuring the select item options:

* `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)

Wählt ein Element aus einem UI-Element aus, das als Zeichenfolge aus dem Object-Repository identifiziert ist, zusammen mit anderen Konfigurationen.

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

target String: The UI element where the item you want to select is located, identified as a string from the Object Repository.

selectItemsOptions SelectItemsOptions: The following options are available for configuring the select item options:

* `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.

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben