要求されたページは選択されたバージョンでは利用できない。
if control not exists
Description
Begin a block of action lines which are executed only if a specified control is found not to exist.
Arguments
window
TA name of the window.
control
TA name of the control.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
- If the specified control is not 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 control not exists action, in effect, combines the does control exist and if built-in actions, with the if condition properly constructed.
Applicable Built-In Settings
The following settings are applicable to this action: case sensitive, remove double quotes from cells, standard ASCII only, page wait, object wait probe, window wait, load invisible controls.
Applicable Controls
This action is applicable to the following controls: all controls.
Example
Action Lines
Result
Related information