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.

Geräteklasse

Erstellen Sie das Geräteobjekt, mit dem Sie eine Verbindung herstellen möchten.

Definition

Namespace: UiPath.MobileAutomation.API.Contracts

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

Syntax

public class Device
public class Device

Der Device -Typ macht die folgenden Member verfügbar.

Konstruktoren

public Device()
public Device()

Device : Initialisiert eine neue Instanz der Device -Klasse.

Eigenschaften

Capabilities

Eine Sammlung von <string, string> -Paaren, die die Funktionen des Geräts angeben, mit dem Sie verbunden sind.

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Syntax

Eigenschaftswert: Wörterbuch< String, String>

public Dictionary<string, string> Capabilities { get; }
public Dictionary<string, string> Capabilities { get; }

DeviceName

Der Name eines bestimmten Geräts, das automatisiert werden soll (z. B. iPhone 13).

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Syntax

Eigenschaftswert: String

public string DeviceName { get; }
public string DeviceName { get; }

DisplayName

Der Anzeigename des Geräts.

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Syntax

Eigenschaftswert: String

public string DisplayName { get; }
public string DisplayName { get; }

HttpHeaders

Eine Sammlung von <string, string> -Paaren, die benutzerdefinierte HTTP-Header darstellen, die Sie den standardmäßigen HTTP-Anforderungen hinzufügen möchten.

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Syntax

Eigenschaftswert: Wörterbuch< String, String>

public Dictionary<string, string> HttpHeaders { get; }
public Dictionary<string, string> HttpHeaders { get; }

PlatformName

Der Typ der Plattform, auf der der Browser gehostet wird.

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Syntax

Eigenschaftswert: PlatformType

public PlatformType PlatformName { get; }
public PlatformType PlatformName { get; }

PlatformVersion

Die Version einer Plattform (z. B. für iOS, 16.0).

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Syntax

Eigenschaftswert: String

public string PlatformVersion { get; }
public string PlatformVersion { get; }

URL

Die Appium-Server-URL, die Sie zum Herstellen einer Verbindung mit einem Mobilgerät verwenden möchten.

Definition

Namespace: UiPath.MobileAutomation.API.Models

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

Syntax

Eigenschaftswert: String

public string Url { get; }
public string Url { get; }
  • Definition
  • Syntax
  • Konstruktoren
  • Eigenschaften
  • Capabilities
  • DeviceName
  • DisplayName
  • HttpHeaders
  • PlatformName
  • PlatformVersion
  • URL

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