Skip to content

Commit 84fd940

Browse files
authored
Update README.md
1 parent b6017dd commit 84fd940

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ We use interfaces where is possible, so you can implement your own version of ta
2424
<artifactId>aquality-appium-mobile</artifactId>
2525
<version>3.0.0-beta</version>
2626
</dependency>
27+
<dependency>
28+
<groupId>org.seleniumhq.selenium</groupId>
29+
<artifactId>selenium-java</artifactId>
30+
<version>4.1.0</version>
31+
</dependency>
2732
```
33+
Note: adding selenium dependency is a temporary solution to avoid version conflict caused by some appium dependencies; to be fixed on the release version.
2834

2935
2. Configure the path to your application at settings.json:
3036
- Copy [settings.json](./src/main/resources/settings.json) into the resources directory of your project.

0 commit comments

Comments
 (0)