activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde.
UiPath logo, featuring letters U and I in white
UIAutomation-Aktivitäten
Last updated 28. Okt. 2024

GetText

Extracts the text from a specified UI element and returns it as a String variable.

Definition

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

Überladungen

  
GetText(IElementDescriptor, MobileOptions.GetTextOptions)Extrahiert den Text aus einem angegebenen UI-Element als IElementDescriptor.
GetText(ObjectRepositoryTarget, MobileOptions.GetTextOptions)Extrahiert den Text aus einem angegebenen UI-Element als ObjectRepositoryTarget.
GetText(SelectorTarget, MobileOptions.GetTextOptions)Extrahiert den Text aus einem angegebenen UI-Element als SelectorTarget.

GetText(IElementDescriptor, MobileOptions.GetTextOptions)

Extrahiert den Text aus einem angegebenen UI-Element als IElementDescriptor.
GetText(
	    IElementDescriptor element,
	    MobileOptions. GetTextOptions options = null
)GetText(
	    IElementDescriptor element,
	    MobileOptions. GetTextOptions options = null
)
Element
Ein UI-Element aus dem Object Repository, auf das Sie mit der Klasse ObjectRepository.Descriptors zugreifen.

Unter Verwenden von Objekten in codierten Automatisierungen mit mobiler Automatisierung erfahren Sie, wie Sie Object Repository-Elemente mit mobiler Automatisierung verwenden.

MobileOptions.GetTextOptions MobileOptions.GetTextOptions (Optional)
Gibt den MobileOptions.GetTextOptions für die GetText -Aktion an. Der Standardwert ist null.

GetText(ObjectRepositoryTarget, MobileOptions.GetTextOptions)

Extrahiert den Text aus einem angegebenen UI-Element als ObjectRepositoryTarget.
GetText(
	    ObjectRepositoryTarget objectRepositoryTarget,
	    MobileOptions. GetTextOptions options = null
)GetText(
	    ObjectRepositoryTarget objectRepositoryTarget,
	    MobileOptions. GetTextOptions options = null
)
objectRepositoryTarget ObjectRepositoryTarget
Ein Objekt vom Typ ObjectRepositoryTarget.
MobileOptions.GetTextOptions MobileOptions.GetTextOptions (Optional)
Gibt den MobileOptions.GetTextOptions für die GetText -Aktion an. Der Standardwert ist null.

GetText(SelectorTarget, MobileOptions.GetTextOptions)

Extrahiert den Text aus einem angegebenen UI-Element als SelectorTarget.
GetText(
	    SelectorTarget targetSelector,
	    MobileOptions. GetTextOptions options = null
)GetText(
	    SelectorTarget targetSelector,
	    MobileOptions. GetTextOptions options = null
)
targetSelector SelectorTarget
Ein Objekt vom Typ SelectorTarget . Kann mit der FromSelector(String) -Methode erstellt werden.
MobileOptions.GetTextOptions MobileOptions.GetTextOptions (Optional)
Gibt den MobileOptions.GetTextOptions für die GetText -Aktion an. Der Standardwert ist null.

Rückgabewert

Der abgerufene Text, der in einer Zeichenfolge gespeichert wird.

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
Uipath Logo White
Vertrauen und Sicherheit
© 2005–2024 UiPath. Alle Rechte vorbehalten