Aktivitäten
Neuestes
False
Bannerhintergrundbild
UIAutomation-Aktivitäten
Letzte Aktualisierung 26. Apr. 2024

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 Devicepublic 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

Property Value: Dictionary< 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

Property Value: 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

Property Value: 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

Property Value: Dictionary< 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

Property Value: 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

Property Value: String

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

War diese Seite hilfreich?

Hilfe erhalten
RPA lernen – Automatisierungskurse
UiPath Community-Forum
UiPath Logo weiß
Vertrauen und Sicherheit
© 2005-2024 UiPath. All rights reserved.