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.
However, a dialog box then appears.
To close this dialog, I can configure it as follows:
I can specify which dialog boxes to accept based on the desired content.
Additionally, if I want to input a value into the dialog box, I can enter text in the Response Content
field.
To dismiss the dialog box when it appears, I need to connect the nodes as follows:
TIP
I need to use this node before the node that triggers the dialog box.