WaitOptions
Properties
timeoutMs number
- Maximum time milliseconds to try until successful. The default is 5000.
message string
- This is a message that will be displayed together in the event of an error.
intervalMs number
- Interval milliseconds for retry attempts. The default is 100.
ignoreError boolean
- Whether to ignore errors. The default is true.