Skip to content

Commit 22a6a91

Browse files
authored
Update README.md
1 parent a260342 commit 22a6a91

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ appium adaptor for self-healing
1515
for Gradle projects:
1616
```
1717
dependencies {
18-
compile group: 'com.epam.healenium', name: 'healenium-appium', version: '1.2.5'
18+
compile group: 'com.epam.healenium', name: 'healenium-appium', version: '1.3.0'
1919
}
2020
```
2121

@@ -25,7 +25,7 @@ for Maven projects:
2525
<dependency>
2626
<groupId>com.epam.healenium</groupId>
2727
<artifactId>healenium-appium</artifactId>
28-
<version>1.2.5</version>
28+
<version>1.3.0</version>
2929
</dependency>
3030
```
3131
### 2. Driver initialization
@@ -49,13 +49,12 @@ for Maven projects:
4949
healenium-appium uses healenium-backend for these purposes. File system storage also supports and could
5050
be used when backend-integration set to 'false'.
5151
Default config values:
52-
```
52+
```
5353
recovery-tries = 1
5454
score-cap = 0.5
5555
heal-enabled = true
56-
serverHost = localhost
57-
serverPort = 7878
58-
imitatePort = 8000
56+
hlm.server.url = http://localhost:7878
57+
hlm.imitator.url = http://localhost:8000
5958
```
6059

6160
> recovery-tries - list of proposed healed locators

0 commit comments

Comments
 (0)