ja:documentation:07_technical_annexes:17_compatible_selenium_commands

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
ja:documentation:07_technical_annexes:17_compatible_selenium_commands [2021/06/17 13:36] – 作成 junichija:documentation:07_technical_annexes:17_compatible_selenium_commands [2023/11/09 07:54] – [レコーディング拡張機能によって提供されるコマンド(v3)] junichi
行 5: 行 5:
  
 ===== 互換性のあるコマンド一覧 ===== ===== 互換性のあるコマンド一覧 =====
 +
 +These commands are used in the "[[:en:documentation:03_monitoring:13_user_monitorization|UX and WUX User Experience Monitoring]]".
 +
 +これらのコマンドは、[[:ja:documentation:03_monitoring:13_user_monitorization|UX および WUX ユーザエクスペリエンス監視]] で使われます。
  
 ==== 内部コマンド ==== ==== 内部コマンド ====
行 25: 行 29:
 ==== モジュールを生成するコマンド ==== ==== モジュールを生成するコマンド ====
   * **getValue**: 値を展開します:   * **getValue**: 値を展開します:
 +<code>
 +getValue;module name;module type;REGEX capture
  
-  getValue;module name;module type;REGEX capture+</code>
  
   * **getScreenshot**: スクリーンショットを展開します:   * **getScreenshot**: スクリーンショットを展開します:
  
-  getScreenshot;module name+<code> 
 +getScreenshot;module name 
 + 
 +</code>
  
 <WRAP center round important 60%> <WRAP center round important 60%>
-独自のコマンドはすべて、コメントとしてテストファイル(.side)に記述する必要があります。 そうしないと、Selenium 拡張機能でのテストに失敗します。+独自のコマンドはすべて、コメントとしてテストファイル(''.side'')に記述する必要があります。 そうしないと、Selenium 拡張機能でのテストに失敗します。
 </WRAP> </WRAP>
  
行 80: 行 89:
   * mouseUpAt   * mouseUpAt
   * open   * open
 +  * pageLoadTimeout
   * pause   * pause
   * removeSelection   * removeSelection