activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Activités UIAutomation

Dernière mise à jour 13 mars 2025

Classe Appareil

Créez l'objet Device avec lequel vous voulez vous connecter.

Définition

Espace de noms: UiPath.MobileAutomation.API.Contracts

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

Syntaxe

 public class Devicepublic class Device
Le type Device expose les membres suivants.

Constructeurs

 public Device()public Device()
Périphérique
Initialise une nouvelle instance de la classe Device .

Propriétés

Capabilities

Une collection de paires <string, string> qui spécifient les capacités de l'appareil auquel vous êtes connecté.

Définition

Espace de noms: UiPath.MobileAutomation.API.Models

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

Syntaxe

Property Value: Dictionary< String, String>
 public Dictionary<string, string> Capabilities { get; }public Dictionary<string, string> Capabilities { get; }

DeviceName

Le nom d'un appareil particulier à automatiser (par exemple, iPhone 13).

Définition

Espace de noms: UiPath.MobileAutomation.API.Models

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

Syntaxe

Property Value: String

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

DisplayName

Nom complet de l'appareil.

Définition

Espace de noms: UiPath.MobileAutomation.API.Models

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

Syntaxe

Property Value: String

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

HttpHeaders

Une collection de paires <string, string> qui représentent des en-têtes Http personnalisés que vous souhaitez ajouter aux requêtes Http par défaut.

Définition

Espace de noms: UiPath.MobileAutomation.API.Models

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

Syntaxe

Property Value: Dictionary< String, String>

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

PlatformName

Le type de plate-forme hébergeant le navigateur.

Définition

Espace de noms: UiPath.MobileAutomation.API.Models

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

Syntaxe

Valeur de propriété: PlatformType
 public PlatformType PlatformName { get; }public PlatformType PlatformName { get; }

PlatformVersion

La version d'une plate-forme (par exemple, pour iOS, 16.0).

Définition

Espace de noms: UiPath.MobileAutomation.API.Models

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

Syntaxe

Property Value: String

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

URL

L'URL du serveur Appium que vous souhaitez utiliser pour vous connecter à un appareil mobile.

Définition

Espace de noms: UiPath.MobileAutomation.API.Models

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

Syntaxe

Property Value: String

 public string Url { get; }public string Url { get; }

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo White