Skip to content

Commit 128f338

Browse files
sakshamarora-archIshavyas9
authored andcommitted
Updated documentation
1 parent 5544b57 commit 128f338

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/appium-autoheal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ You can generate capabilities for your test requirements with the help of our in
127127
You can also control Smart Heal dynamically during test execution using runtime hooks. This is useful when you want healing active in specific phases or after major UI changes.
128128

129129
```java
130-
// Start Smart Heal
131-
driver.executeScript("lambda-heal-start");
132-
133130
// Stop Smart Heal
134131
driver.executeScript("lambda-heal-stop");
135132

133+
// Start Smart Heal
134+
driver.executeScript("lambda-heal-start");
135+
136136
```
137137

138138
### 4. Running Your Tests

0 commit comments

Comments
 (0)