Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/auto-heal.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ const capability = {
}
}
```
> **Warning:** The `autoHeal` capability will only work when `smartWait` is **disabled**. Both features cannot be enabled together in the same test session.

> **Note:** There are no Prerequisites required for enabling the auto-healing feature. You can enable the auto-healing feature directly via desired capabilities.
:::info
There are no prerequisites required for enabling the auto-healing feature. You can enable the auto-healing feature directly via desired capabilities.
:::

### Language Preferences:
---
Expand Down
Loading