Skip to content

Dialog

Accept or dismiss JavaScript-initiated dialog boxes (alert, confirm, prompt).

Accept Dialog

Choose whether to accept the dialog box that appears.

Contains Content

Only accept dialog boxes with the specified content. If left blank, all appearing dialog boxes will be accepted.

Response Content

Select content to input before accepting.

Practical Example

During the workflow, I need to click the Try it button.

dialog

However, a dialog box then appears.

dialog

To close this dialog, I can configure it as follows:

dialog

I can specify which dialog boxes to accept based on the desired content.

dialog

Additionally, if I want to input a value into the dialog box, I can enter text in the Response Content field.

alert

To dismiss the dialog box when it appears, I need to connect the nodes as follows:

dialog

TIP

I need to use this node before the node that triggers the dialog box.