Accept Incoming Prompts
Configures the browser to automatically accept all future JavaScript prompts/dialogs that appear after this activity. Optionally provide text to input when accepting prompts with text fields.
Category: Web Browser Navigation · Group: Web · Activity name: AcceptPrompt

Example
AcceptPrompt(acceptMessage="<acceptMessage>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Text Box Message | string | The text to enter when accepting prompts with input fields (leave empty for simple OK/Cancel dialogs) |