- 概要
- UI Automation
- UI Automation を使用して自動化されるアプリケーションと技術
- プロジェクトの対応 OS
- UI-ANA-016 - [ブラウザーを開く] に使用されている URL を検出
- UI-ANA-017 - [エラー発生時に実行を継続] の値が True
- UI-ANA-018 - OCR/画像関連のアクティビティのリスト
- UI-DBP-006 - コンテナーの使用
- UI-DBP-013 - Excel の自動化方法の誤用
- UI-DBP-030 - セレクター内での変数の使用禁止
- UI-PRR-001 - クリックをシミュレート
- UI-PRR-002 - 入力をシミュレート
- UI-PRR-003 - [アプリケーションを開く] の誤用
- UI-PRR-004 - ハードコードされた待機時間
- UI-REL-001 - セレクター内の大きいインデックス値
- UI-SEC-004 - メール アドレスのデータを含むセレクター
- UI-SEC-010 - アプリ/URL の制限
- UI-USG-011 - 許可されていない属性
- UX-SEC-010 - アプリ/URL の制限
- UX-DBP-029 - セキュリティで保護されていないパスワードの使用
- UI-PST-001 - [プロジェクト設定] の監査ログ レベル
- UiPath ブラウザー移行ツール
- クリッピング領域
- Computer Vision レコーダー
- アクティベート
- アンカー ベース
- ブラウザーにアタッチ
- ウィンドウにアタッチ
- ユーザー入力をブロック
- 吹き出し
- チェック
- クリック
- 画像をクリック
- 画像クリック トリガー
- OCR で検出したテキストをクリック
- テキストをクリック
- クリック トリガー
- アプリケーションを閉じる
- タブを閉じる
- ウィンドウを閉じる
- コンテキスト対応のアンカー
- 選択されたテキストをコピー
- 要素属性変更トリガー
- 要素の存在を確認
- 要素スコープ
- 要素ステート変更トリガー
- UI ツリーをエクスポート
- 構造化データを抽出
- 子要素を探す
- 要素を探す
- 画像を探す
- 一致する画像を探す
- OCR でテキスト位置を探す
- 相対要素を探す
- テキスト位置を探す
- アクティブ ウィンドウを取得
- 親要素を取得
- 属性を取得
- イベント情報を取得
- クリップボードから取得
- フル テキストを取得
- OCR でテキストを取得
- パスワードを取得
- 位置を取得
- ソース要素を取得
- テキストを取得
- 表示中のテキストを取得
- 前に戻る
- 次に進む
- ホームに移動
- Google Cloud Vision OCR
- ウィンドウを隠す
- 強調表示
- ホットキー トリガー
- ホバー
- 画像上でホバー
- OCR で検出したテキスト上でホバー
- テキスト上でホバー
- 画像の存在を確認
- 画面上で指定
- .NET コードを挿入
- JS スクリプトを挿入
- ActiveX メソッドを呼び出し
- キー操作トリガー
- 画像を読み込み
- ウィンドウを最大化
- Microsoft Azure ComputerVision OCR
- Microsoft OCR
- Microsoft Project Oxford Online OCR
- ウィンドウを最小化
- イベントを監視
- マウス トリガー
- ウィンドウを移動
- URL に移動
- OCR でテキストの存在を確認
- 要素が出現したとき
- 要素が消滅したとき
- 画像が出現したとき
- 画像が消滅したとき
- アプリケーションを開く
- ブラウザーを開く
- ブラウザーを更新
- ユーザー イベントを再生
- ウィンドウを復元
- 画像を保存
- 項目を選択
- 複数の項目を選択
- ホットキーを押下
- クリッピング領域を設定
- フォーカスを設定
- テキストを設定
- クリップボードに設定
- Web 属性を設定
- ウィンドウを表示
- プロセスを開始
- システム トリガー
- スクリーンショットを作成
- Tesseract OCR
- テキストの存在を確認
- ツールチップ
- 文字を入力
- SecureString で文字を入力
- フォアグラウンドを使用
- 属性を待つ
- 要素の消滅を待つ
- 画像の消滅を待つ
- Computer Vision ローカル サーバー
- モバイル オートメーション
- ターミナル
ApplicationBuilder クラス
このクラスを使用して、接続先のアプリケーションを構築して設定します。
名前空間: UiPath.MobileAutomation.API.Models
アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)
public class ApplicationBuilder
public class ApplicationBuilder
ApplicationBuilder
型で公開されているメンバーは以下のとおりです。
これらは、アプリケーションの構築に使用できるメソッドです。
Application
オブジェクトを作成します。このオブジェクトは後で設定できます。
定義
名前空間: UiPath.MobileAutomation.API.Models
アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)
ApplicationBuilder.Build
Build()
Build()
戻り値
Application
Application
オブジェクトです。
使用する Android アプリを指定します。
定義
名前空間: UiPath.MobileAutomation.API.Models
アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)
ApplicationBuilder.WithAndroidApp(string, string, string)
WithAndroidApp(
string appUrl,
string appPackage = null,
string appActivity = null
)
WithAndroidApp(
string appUrl,
string appPackage = null,
string appActivity = null
)
戻り値
ApplicationBuilder
更新後のアプリケーション ビルダーを返します。
使用する Android の Web サイトを指定します。
定義
名前空間: UiPath.MobileAutomation.API.Models
アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)
ApplicationBuilder.WithAndroidWeb(string)
WithAndroidWeb(
string startPage
)
WithAndroidWeb(
string startPage
)
startPage
文字列- 起動ページを
string
として渡して設定します。
戻り値
ApplicationBuilder
更新後のアプリケーション ビルダーを返します。
使用するアプリケーションの機能を設定します。
定義
名前空間: UiPath.MobileAutomation.API.Models
アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)
ApplicationBuilder.WithCapabilities(PlatformType, Dictionary<string, string>)
WithCapabilities(
PlatformType platform,
Dictionary<string, string> capabilities
)
WithCapabilities(
PlatformType platform,
Dictionary<string, string> capabilities
)
Platform
PlatformType
- ブラウザーをホストするプラットフォームの種類です。
capabilities
Dictionary< String, String>- 追加機能を設定します。
戻り値
ApplicationBuilder
更新後のアプリケーション ビルダーを返します。
使用するアプリケーションに機能を 1 つ追加します。
定義
名前空間: UiPath.MobileAutomation.API.Models
アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)
ApplicationBuilder.WithCapability(PlatformType, string, string)
WithCapability(
PlatformType platform,
string key,
string value
)
WithCapability(
PlatformType platform,
string key,
string value
)
戻り値
ApplicationBuilder
更新後のアプリケーション ビルダーを返します。
使用する iOS アプリケーションを指定します。
定義
名前空間: UiPath.MobileAutomation.API.Models
アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)
ApplicationBuilder.WithIosApp(string)
WithIosApp(
string appUrl
)
WithIosApp(
string appUrl
)
appUrl
文字列- アプリの場所です。
戻り値
ApplicationBuilder
更新後のアプリケーション ビルダーを返します。
使用する Web iOS アプリを指定します。
定義
名前空間: UiPath.MobileAutomation.API.Models
アセンブリ: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)
ApplicationBuilder.WithIosWeb(string)
WithIosWeb(
string startPage
)
WithIosWeb(
string startPage
)
startPage
文字列- 起動ページを
string
として渡して設定します。
戻り値
ApplicationBuilder
更新後のアプリケーション ビルダーを返します。