From 4bc202d607936c2d7eeb3aa7a70fcca8f3538b13 Mon Sep 17 00:00:00 2001 From: ShubhamSuri <70204532+surishubham@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:49:06 +0530 Subject: [PATCH] Merge pull request #2144 from 4DvAnCeBoY/main auto-heal smartwait warning added --- docs/auto-heal.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/auto-heal.md b/docs/auto-heal.md index adb3ee24b..79f7d5b0d 100644 --- a/docs/auto-heal.md +++ b/docs/auto-heal.md @@ -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: ---