要求されたページは選択されたバージョンでは利用できない。
if window exists
Description
Begin a block of action lines which are executed only if a specified window is found to exist.
Arguments
window
TA name of the window.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
- If the specified window is found, the succeeding block of action lines up until the first occurrence of an else, else if, or end if, is executed. Otherwise, that block is skipped.
- The if window exists action, in effect, combines the does window exist and if built-in actions.
- This built-in action can typically be used in recovery actions to detect unwanted open windows.
Applicable Built-In Settings
The following settings are applicable to this action: case sensitive, remove double quotes from cells, standard ASCII only, window wait probe.
Applicable Controls
This action is applicable to the following controls: window.
Example
Action Lines
Result
Related information