sdk.automation.errorstepwithrepeatoptions
Home > @matterway/sdk > Automation > ErrorStepWithRepeatOptions
Automation.ErrorStepWithRepeatOptions interface
Signature:
export interface ErrorStepWithRepeatOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
buttons? | ShowMessageOptions['buttons'] | (Optional) buttons button for retry bubble option, 1st is used for close, 2nd for retry default: [ {value: 'Close', text: 'Close'}, {value: 'Retry', text: 'Retry'}, ] | |
description? | string | (Optional) Optional bubble description. Default empty | |
errorMsg? | string | (Optional) Error msf, default: Something unexpected happened in the page. Fix the condition, and resume when ready to continue | |
loaderTitle? | string | (Optional) Loader title, default: Running automation | |
showLoader? | boolean | (Optional) boolean to show loader after retry. Default true | |
title? | string | (Optional) Optional bubble title. Default empty |