Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 898c0ff

Browse files
committed
Added missing example dependency
1 parent 8d6dda6 commit 898c0ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webtester-documentation/src/main/asciidoc/chapters/dependencies.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ For a base setup of WebTester you _could_ declare the following dependencies:
2424
<artifactId>webtester-support-junit5</artifactId>
2525
</dependency>
2626
27+
<dependency>
28+
<groupId>org.seleniumhq.selenium</groupId>
29+
<artifactId>selenium-support</artifactId>
30+
</dependency>
2731
<dependency>
2832
<groupId>org.seleniumhq.selenium</groupId>
2933
<artifactId>selenium-chrome-driver</artifactId>

0 commit comments

Comments
 (0)