- 基本情報
- セットアップと構成
- オートメーション プロジェクト
- 依存関係
- ワークフローの種類
- 制御フロー
- ファイルの比較
- オートメーションのベスト プラクティス
- ソース管理との連携
- デバッグ
- ログ
- 診断ツール
- ワークフロー アナライザー
- ワークフロー アナライザーについて
- ST-DBP-002 - 多数の引数
- ST-DBP-003 - 空の catch ブロック
- ST-DBP-007 - 複数のフローチャートレイヤー
- ST-DPB-010 - [ワークフロー] または [テスト ケース] の複数のインスタンス
- ST-DBP-020 - 未定義の出力プロパティ
- ST-DBP-021 - ハードコードされたタイムアウト
- ST-DBP-023 - 空のワークフロー
- ST-DBP-024 - 永続性アクティビティの確認
- ST-DBP-025 - 変数のシリアル化の前提条件
- ST-DBP-026 - [待機] アクティビティの使用
- ST-DBP-027 - Persistence のベスト プラクティス
- ST-DBP-028 - 引数のシリアル化の前提条件
- ST-USG-005 - ハードコードされたアクティビティ引数
- ST-USG-009 - 未使用の変数
- ST-USG-010 - 未使用の依存関係
- ST-USG-014 - パッケージの制限
- ST-USG-017 - パラメーター修飾子が無効です
- ST-USG-020 - 最小ログ メッセージ
- ST-USG-024 - 未使用で保存されたままの値
- ST-USG-025 - 保存した値の誤用
- ST-USG-026 - アクティビティの制限
- ST-USG-027 - 必要なパッケージ
- ST-USG-028 - ファイル テンプレートの呼び出しの制限
- ST-USG-027 - 必須のタグ
- ST-USG-034 - Automation Hub URL
- 変数
- 引数
- インポートされた名前空間
- コード化されたオートメーション
- トリガーベースの有人オートメーション
- レコーディング
- UI 要素
- セレクター
- オブジェクト リポジトリ
- データ スクレイピング
- 画像とテキストの自動化
- Citrix テクノロジの自動化
- RDP の自動化
- VMware Horizon の自動化
- Salesforce の操作の自動化
- SAP のオートメーション
- macOS の UI Automation
- ScreenScrapeJavaSupport ツール
- Webdriver プロトコル
- 拡張機能
- Test Suite - Studio
- トラブルシューティング
Studio ガイド
セレクターについて
ユーザー インターフェイス内の特定のアクションを自動化するには、さまざまなウィンドウ、ボタン、ドロップダウン リストなどを操作する必要があります。UI 要素を識別する方法の 1 つとして、画面上の要素の位置を使用する方法がありますが、これは信頼性が低いことがあります。
より確実な操作を行えるように、Studio ではセレクターと呼ばれる機能を使用します。セレクターは、グラフィカル ユーザー インターフェイス要素とその親要素の属性を XML フラグメントの形で格納します。
ほとんどの場合、セレクターは Studio によって自動的に生成されます。特に、自動化対象のアプリケーションのユーザー インターフェイスが起動するたびに変わるものでなければ、生成されたセレクターをユーザーが編集する必要はありません。
しかし、一部の Web アプリケーションなど、ソフトウェア プログラムによっては、レイアウトが変わるものや一時的な値を保持する属性ノードを持つものがあります。Studio はこうした変化を予測することはできないため、場合によってはユーザーがいくつかのセレクターを手動で記述する必要があります。
セレクターは次の構造を持っています。
<node_1/><node_2/>...<node_N/>
<node_1/><node_2/>...<node_N/>
最後のノードは対象となる GUI 要素を表し、それより前のノードはすべてその要素の親を表します。<node_1> は通常、ルートノードと呼ばれ、アプリケーションのトップ ウィンドウを表します。
各ノードには 1 つ以上の属性があり、選択したアプリケーションの特定の階層を正しく識別するのに役立ちます。
各ノードは、次の形式で表されます。
<ui_system attr_name_1='attr_value_1' ... attr_name_N='attr_value_N'/>
<ui_system attr_name_1='attr_value_1' ... attr_name_N='attr_value_N'/>
すべての属性には値が割り当てられています。定数値を持つ属性を選択することが重要です。アプリケーションを起動するたびに属性の値が変わってしまう場合、セレクターは要素を正しく識別することができなくなります。
セレクターは、アクティビティの [プロパティ] パネルの [入力] > [ターゲット] > [セレクター] に表示されます。グラフィカル要素関連のアクティビティはすべてこのプロパティを持っています。
[選択オプション] ウィンドウでは、ターゲットを選択して編集できます。このウィンドウを開くには、[ワークフロー デザイナー] パネルでアクティビティの本体にあるオプション ボタンをクリックして [画面上でターゲットを指定] または [ターゲットを編集] を選択します。
[セレクター エディター] ウィンドウでは、自動生成されたセレクターを表示して、セレクターとその属性を編集することができます。このウィンドウを開くには、[プロパティ] パネルの [セレクター] フィールドの横にある省略記号 ボタンを使用します。
オプション |
説明 |
---|---|
検証 |
このボタンは、セレクターの定義の有効性とターゲット要素の画面上での可視性を確認することにより、セレクターのステータスを表示します。 [検証] ボタンには以下の 3 つのステートがあります。
このボタンは、UI Explorer の検証ステートと相関しています。 |
要素を選択 |
新しい UI 要素を指定してます。 |
修復 |
同じターゲット UI 要素を再度指定して、セレクターを修復できます。この操作は、古いセレクターを完全に置き換えることはしません。このボタンは、セレクターが無効な場合にのみ使用可能です。 |
強調表示 |
ターゲット要素を前面に配置します。クリックによりオプションが無効化されるまで、強調表示は継続します。このボタンは、セレクターが有効な場合にのみ使用可能です。 |
属性を編集 |
ターゲット アプリケーション (ウィンドウ、ボタンなど) の識別に必要なすべてのアプリケーション コンポーネントを含みます。このセクションは編集できます。 |
セレクターを編集 |
実際のセレクターを保持します。このセクションは編集できます。 |
UI Explorer で開く |
UI Explorer を起動します。このオプションは、有効なセレクターでのみ使用可能です。 |
下表は、セレクターの作成に使用するタグおよび属性と、サポートされているセレクターの機能を示したものです。
属性 | 説明 |
あいまい |
正規表現 |
大文字と小文字を区別 |
---|---|---|---|---|
app | The file name of the application containing the UI element. |
|
|
|
cls | Class name of the window containing the UI element. |
|
|
|
title | The window title of the UI element. |
|
|
|
aaname | 'Active Accessibility' name of the UI element. |
|
|
|
ctrlname (WinForms) | WinForms name of the UI element. |
|
|
|
ctrlid (WinForms) | Win32 control ID of the window containing the UI element. |
|
|
|
idx | The instance number of the UI element. |
|
|
|
tid | ID of the thread that created the UI element. |
|
|
|
pid | Process ID of the application containing the UI element. |
|
|
|
isremoteapp |
|
|
| |
aastate | 'Active Accessibility' state of the UI element. |
|
|
|
sapClient (SAP) | SAP Client selected on the login screen. |
|
|
|
sapLanguage (SAP) | SAP Language specified on the login screen. |
|
|
|
sapProgram (SAP) | SAP source program that is currently being executed. |
|
|
|
sapScreen (SAP) | SAP Screen number currently displayed. |
|
|
|
sapSession (SAP) | SAP Session Number, also displayed in SAP GUI statusbar. |
|
|
|
sapSysName (SAP) | SAP System Name. |
|
|
|
sapSysNumber (SAP) | SAP Application server. |
|
|
|
sapSysSessionId (SAP) | All SAP GUI sessions of the same connection are represented on the server with the same SysSessionId .
|
|
|
|
sapTransaction (SAP) | SAP Transaction that is currently being executed. |
|
|
|
sapUser (SAP) | SAP User logged into the system. |
|
|
|
属性 | 説明 |
あいまい |
正規表現 |
大文字と小文字を区別 |
---|---|---|---|---|
url | The URL of the web page containing the current element. |
|
|
|
htmlwindowname |
|
|
| |
title | The window title of the element. |
|
|
|
class | Class name of the accessible context of the element. |
|
|
|
app | The file name of the application containing the UI element |
|
|
|
idx | The instance number of the UI element. |
|
|
|
pid | Process ID of the application containing the UI element. |
|
|
|
tid | ID of the thread that created the UI element. |
|
|
|
excludehwnd |
|
|
| |
bsid (ブラウザー セッション ID) |
|
|
| |
isremoteapp |
|
|
|
tag および idx 属性は文字列値を使用します。その他の WEBCTRL 属性は、すべて動的な値を取ります。
属性 | 説明 |
あいまい |
正規表現 |
大文字と小文字を区別 |
---|---|---|---|---|
tag | HTML tag of the element. |
|
|
|
idx | The instance number of the UI element. |
|
|
|
aaname | 'Active Accessibility' name of the UI element. |
|
|
|
name | Name property of the UI element. |
|
|
|
id | The unique identifier of the UI element. |
|
|
|
parentid | HTML ID attribute of the fist ancestor element that have ID. |
|
|
|
class |
|
|
| |
css-selector |
|
|
| |
innertext | The innerText property of a HTML element. |
|
|
|
visibleinnertext |
|
|
| |
isleaf |
|
|
| |
parentclass | HTML class attribute of the fist ancestor element that has class. |
|
|
|
parentname | HTML name attribute of the fist ancestor UI element that has a name. |
|
|
|
src | Specifies the location, or source of the element. |
|
|
|
href | The URL of the page the link goes to. |
|
|
|
tableCol | Table column number that contains the UI element. |
|
|
|
tableRow | Table row number that contains the UI element. |
|
|
|
colName | The name of the table column that contains the UI element. |
|
|
|
rowName | The name of the table row that contains the UI element. |
|
|
|
aria-label | Aria label attribute of the element. |
|
|
|
aria-labelledby |
|
|
|
属性 | 説明 |
あいまい |
正規表現 |
大文字と小文字を区別 |
---|---|---|---|---|
ロール | The 'Active Accessibility' role property of the UI element. |
|
|
|
name | Name property of the UI element. |
|
|
|
automationid | The 'UI Automation' ID of the UI element. |
|
|
|
labeledby | The 'UI Automation' labeled by attribute of the UI element. |
|
|
|
aastate | 'Active Accessibility' state of the UI element. |
|
|
|
virtualname | The name of the element given by the underlying accessibility technology. |
|
|
|
text | The text of the UI element as it appears on the screen. |
|
|
|
rowName | The name of the table row that contains the UI element. |
|
|
|
idx | The instance number of the UI element. |
|
|
|
属性 | 説明 |
あいまい |
正規表現 |
大文字と小文字を区別 |
---|---|---|---|---|
accelkey (アクセラレータ キー) |
|
|
| |
acskey (アクセス キー) |
|
|
| |
automationid | The 'UI Automation' ID of the UI element. |
|
|
|
cls | Class name of the window containing the UI element. |
|
|
|
helpText | The help string of the UI element. |
|
|
|
legacyAccHelp (レガシのアクセシビリティのヘルプ) |
|
|
| |
enabled |
|
|
| |
kbfocus (キーボード フォーカス可能) |
|
|
| |
ispwd (パスワードかどうか) |
|
|
| |
itemstatus |
|
|
| |
itemtype |
|
|
| |
rtid (ランタイム ID) |
|
|
| |
ロール | The 'Active Accessibility' role property of the UI element. |
|
|
|
name | Name property of the UI element. |
|
|
|
pid | Process ID of the application containing the UI element. |
|
|
|
tableRow | Table row number that contains the UI element. |
|
|
|
tableCol | Table column number that contains the UI element. |
|
|
|
rowName | The name of the table row that contains the UI element. |
|
|
|
colName | The name of the table column that contains the UI element. |
|
|
|
idx | The instance number of the UI element. |
|
|
|
属性 | 説明 |
あいまい |
正規表現 |
大文字と小文字を区別 |
---|---|---|---|---|
ロール | The 'Active Accessibility' role property of the UI element. |
|
|
|
name | Name property of the UI element. |
|
|
|
virtualname | The name of the element given by the underlying accessibility technology. |
|
|
|
javastate | The state of the UI element as provided by 'Java Accessibility Bridge. |
|
|
|
tableRow | Table row number that contains the UI element. |
|
|
|
tableCol | Table column number that contains the UI element. |
|
|
|
rowName | The name of the table row that contains the UI element. |
|
|
|
colName | The name of the table column that contains the UI element. |
|
|
|
idx | The instance number of the UI element. |
|
|
|
属性 | 説明 |
あいまい |
正規表現 |
大文字と小文字を区別 |
---|---|---|---|---|
id | The unique identifier of the UI element. |
|
|
|
leafid |
この属性は id 属性と相互に排他的であるため [属性] パネルには表示されません。手動で追加できます。 |
|
|
|
tableRow | Table row number that contains the UI element. |
|
|
|
tableCol | Table column number that contains the UI element. |
|
|
|
colName | The name of the table column that contains the UI element. |
|
|
|
relpath |
|
|
| |
itemId |
|
|
|
Silverlight タグは、あいまい、正規表現、大文字と小文字を区別する機能をサポートしない点にご注意ください。