Prompt
JavaScript that is executed on a html page can pop up
three types of dialog boxes: alert, confirm and prompt.
This test node answers a prompt dialog. Such
a prompt dialog usually asks the user a question and the
user can give a answer and press ok or cancel.
See also Confirm.
There is no test node for alert dialogs because they
are answered automatically.
Prompt
- [Prompt]
Here you can verify the dialog text from the
"Prompt was" field.
- [Prompt was]
Shows the text of the prompt dialog that was
presented to the user. This is a non editable information field.
- [Reply]
You can answer "ok" or "cancel".
- [Answer]
If the reply is ok, this answer text is passed
to the system.
General & Log
See General.