JsDialogMessageRegex
A regular expression that must match the message presented in a dialog, for the dialog to be handled. You might need to set this parameter when a page presents more than one dialog.
| Type: | Regular expression |
| Default: | .* (any message) |
| Required: | No |
| Configuration Section: | Any section specified by JsDialogSections, or TaskName |
| Example: | JsDialogMessageRegex=Are you sure\?
|
| See Also: |