アクティビティ
最新
バナーの背景画像
UI Automation のアクティビティ
最終更新日 2024年4月26日

Device クラス

接続先の Device オブジェクトを作成します。

定義

名前空間: UiPath.MobileAutomation.API.Contracts

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

構文

public class Devicepublic class Device
Device 型で公開されているメンバーは以下のとおりです。

コンストラクター

public Device()public Device()
Device
Device クラスの新しいインスタンスを初期化します。

プロパティ

機能

接続しているデバイスの機能を指定する <string, string> ペアのコレクションです。

定義

名前空間: UiPath.MobileAutomation.API.Models

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

構文

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

DeviceName

自動化する特定のデバイスの名前です (例: iPhone 13)。

定義

名前空間: UiPath.MobileAutomation.API.Models

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

構文

Property Value: String

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

表示名

デバイスの表示名。

定義

名前空間: UiPath.MobileAutomation.API.Models

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

構文

Property Value: String

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

HttpHeaders

既定の HTTP 要求に追加するカスタム HTTP ヘッダーを表す <string, string> ペアのコレクションです。

定義

名前空間: UiPath.MobileAutomation.API.Models

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

構文

Property Value: Dictionary< String, String>

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

PlatformName

ブラウザーをホストするプラットフォームの種類です。

定義

名前空間: UiPath.MobileAutomation.API.Models

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

構文

プロパティ値: PlatformType
public PlatformType PlatformName { get; }public PlatformType PlatformName { get; }

PlatformVersion

プラットフォームのバージョン (iOS の場合は 16.0 など) です。

定義

名前空間: UiPath.MobileAutomation.API.Models

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

構文

Property Value: String

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

URL

モバイル デバイスへの接続に使用する Appium サーバーの URL です。

定義

名前空間: UiPath.MobileAutomation.API.Models

アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

構文

Property Value: String

public string Url { get; }public string Url { get; }
  • 定義
  • 構文
  • コンストラクター
  • プロパティ
  • 機能
  • DeviceName
  • 表示名
  • HttpHeaders
  • PlatformName
  • PlatformVersion
  • URL

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.