ja:documentation:07_technical_annexes:17_compatible_selenium_commands

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
ja:documentation:07_technical_annexes:17_compatible_selenium_commands [2022/05/07 22:08] – [互換性のあるコマンド一覧] junichija:documentation:07_technical_annexes:17_compatible_selenium_commands [2023/11/09 07:54] – [レコーディング拡張機能によって提供されるコマンド(v3)] junichi
行 29: 行 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>
  
行 84: 行 89:
   * mouseUpAt   * mouseUpAt
   * open   * open
 +  * pageLoadTimeout
   * pause   * pause
   * removeSelection   * removeSelection