Suppress Browser Prompt

Suppresses any browser prompt. It can be used when we don't want a browser prompt, or we want to respond with a predefined message.

Properties#

Query html content

Browser prompt Properties#

  1. Confirm Result Confirm result that we should use as response when suppressing a 'confirm message' dialog.
  2. Prompt Result Message The result message to be sent back when suppressing a prompt message.
  3. Suppress Alert Checked if we want to suppress an alert. This will suppress only the first occurrence of an alert.
  4. Suppress before Unload Checked if we want to suppress 'Are you sure you want to close', beforeunload prompts. This will suppress only the first occurrence of an alert.
  5. Suppress Confirm Checked if we want to suppress a confirmation alert. This will suppress only the first occurrence of an alert.
  6. Suppress Prompt Checked if we want to suppress a prompt. This will suppress only the first occurrence of an alert.

Misc#

See Misc.

Out Error#

See Out Error.

Output#

  1. Page Length The length of the page content.