差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
ja:documentation:pandorafms:technical_annexes:17_compatible_selenium_commands [2024/09/01 07:16] – [互換性のある Selenium コマンド] junichi | ja:documentation:pandorafms:technical_annexes:17_compatible_selenium_commands [2024/10/12 07:54] (現在) – [モジュールを生成するコマンド] junichi | ||
---|---|---|---|
行 8: | 行 8: | ||
===== 互換性のあるコマンド一覧 ===== | ===== 互換性のあるコマンド一覧 ===== | ||
- | These commands are used in the "[[:en: | + | These commands are used in the " |
- | これらのコマンドは、[[: | + | これらのコマンドは、[[: |
+ | |||
+ | <wrap #ks2 /> | ||
+ | |||
+ | ===== 内部コマンド ===== | ||
+ | |||
+ | * **run**: It runs a test. | ||
+ | * **build_transaction: | ||
+ | * **get_transaction: | ||
+ | * **sessions: | ||
+ | * **kill_sessions: | ||
- | ==== 内部コマンド ==== | ||
* **run**: テストを実行します。 | * **run**: テストを実行します。 | ||
* **build_transaction**: | * **build_transaction**: | ||
行 19: | 行 28: | ||
* **kill_sessions**: | * **kill_sessions**: | ||
- | ==== 追加コマンド ==== | + | <wrap #ks3 /> |
+ | |||
+ | ===== 追加コマンド ===== | ||
* **extract**: | * **extract**: | ||
* **storeExtraction**: | * **storeExtraction**: | ||
行 29: | 行 41: | ||
* **waitForPageToLoad**: | * **waitForPageToLoad**: | ||
- | ==== モジュールを生成するコマンド ==== | + | <wrap #ks4 /> |
- | * **getValue**: | + | |
- | <code> | + | |
- | getValue; | + | |
- | </ | + | ===== モジュールを生成するコマンド ===== |
- | * **getScreenshot**: スクリーンショットを展開します: | + | * **getValue** |
- | < | + | * **getValue**: |
- | getScreenshot; | + | |
- | </code> | + | <WRAP center round box 90%> |
+ | getValue; | ||
+ | |||
+ | </WRAP> | ||
+ | |||
+ | * **getVariable** | ||
+ | |||
+ | * **getVariable** (バージョン NG 753 以降) 変数から特定の値を取得します。 | ||
+ | |||
+ | <WRAP center round box 90%> | ||
+ | getVariable; | ||
+ | </ | ||
+ | |||
+ | * **getScreenshot** | ||
+ | |||
+ | * **getScreenshot**: | ||
+ | |||
+ | <WRAP center round box 90%> | ||
+ | getScreenshot; | ||
+ | |||
+ | </ | ||
+ | |||
+ | <WRAP center round important 90%> | ||
+ | |||
+ | All own commands must appear in the test file ('' | ||
+ | |||
+ | </ | ||
+ | |||
+ | <WRAP center round important 90%> | ||
- | <WRAP center round important 60%> | ||
独自のコマンドはすべて、コメントとしてテストファイル('' | 独自のコマンドはすべて、コメントとしてテストファイル('' | ||
+ | |||
</ | </ | ||
- | ==== レコーディング拡張機能によって提供されるコマンド(v3) ==== | + | <wrap #ks5 /> |
+ | |||
+ | ===== レコーディング拡張機能によって提供されるコマンド(v3) ===== | ||
+ | |||
+ | <WRAP group> | ||
+ | <WRAP half column> | ||
* addSelection | * addSelection | ||
* answerOnNextPrompt | * answerOnNextPrompt | ||
行 91: | 行 132: | ||
* mouseUpAt | * mouseUpAt | ||
* open | * open | ||
+ | </ | ||
+ | <WRAP half column> | ||
* pageLoadTimeout | * pageLoadTimeout | ||
* pause | * pause | ||
行 131: | 行 174: | ||
* waitForElementPresent | * waitForElementPresent | ||
* waitForElementVisible | * waitForElementVisible | ||
- | * waitForText ( //バージョン | + | * waitForText ( //Version |
* webdriverAnswerOnVisiblePrompt | * webdriverAnswerOnVisiblePrompt | ||
* webdriverChooseCancelOnVisibleConfirmation | * webdriverChooseCancelOnVisibleConfirmation | ||
- | * chooseCancelOnNextPrompt | ||
* webdriverChooseOkOnVisibleConfirmation | * webdriverChooseOkOnVisibleConfirmation | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | [[ja: | ||
- | [[: |