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

General & Log

See General.