Skip to content

Commit 942a66e

Browse files
committed
Update README for version 3.3.4
1 parent b29b31b commit 942a66e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In order to include *Selenium-Jupiter* in a Maven project, first add the followi
4040
<dependency>
4141
<groupId>io.github.bonigarcia</groupId>
4242
<artifactId>selenium-jupiter</artifactId>
43-
<version>3.3.3</version>
43+
<version>3.3.4</version>
4444
<scope>test</scope>
4545
</dependency>
4646
```
@@ -49,7 +49,7 @@ In order to include *Selenium-Jupiter* in a Maven project, first add the followi
4949

5050
```
5151
dependencies {
52-
testCompile("io.github.bonigarcia:selenium-jupiter:3.3.3")
52+
testCompile("io.github.bonigarcia:selenium-jupiter:3.3.4")
5353
}
5454
```
5555

@@ -208,7 +208,7 @@ As of version 2.2.0, Selenium-Jupiter can used interactively from the Command Li
208208
[INFO] Scanning for projects...
209209
[INFO]
210210
[INFO] ------------------------------------------------------------------------
211-
[INFO] Building Selenium-Jupiter 3.3.3
211+
[INFO] Building Selenium-Jupiter 3.3.4
212212
[INFO] ------------------------------------------------------------------------
213213
[INFO]
214214
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ selenium-jupiter ---
@@ -235,10 +235,10 @@ INFO: Detected dialect: OSS
235235
[INFO] ------------------------------------------------------------------------
236236
```
237237

238-
* Using Selenium-Jupiter as a *fat-jar* (i.e. Selenium-Jupiter with all its dependencies in a single executable JAR file). This JAR file can downloaded from [here](https://github.com/bonigarcia/selenium-jupiter/releases/download/selenium-jupiter-3.3.3/selenium-jupiter-3.3.3-fat.jar) and also it can be created using the command ``mvn compile assembly:single`` from the source code. Once you get the *fat-jar*, you simply need to use the command ``java -jar selenium-jupiter-3.3.3-fat.jar browserName``, for instance:
238+
* Using Selenium-Jupiter as a *fat-jar* (i.e. Selenium-Jupiter with all its dependencies in a single executable JAR file). This JAR file can downloaded from [here](https://github.com/bonigarcia/selenium-jupiter/releases/download/selenium-jupiter-3.3.4/selenium-jupiter-3.3.4-fat.jar) and also it can be created using the command ``mvn compile assembly:single`` from the source code. Once you get the *fat-jar*, you simply need to use the command ``java -jar selenium-jupiter-3.3.4-fat.jar browserName``, for instance:
239239

240240
```
241-
> java -jar selenium-jupiter-3.3.3-fat.jar chrome
241+
> java -jar selenium-jupiter-3.3.4-fat.jar chrome
242242
[INFO] Using SeleniumJupiter to execute chrome (latest) in Docker
243243
[INFO] Using CHROME version 76.0 (latest)
244244
[INFO] Starting Docker container aerokube/selenoid:1.8.4
@@ -266,17 +266,17 @@ $ mvn exec:java -Dexec.args="server"
266266
[INFO] Scanning for projects...
267267
[INFO]
268268
[INFO] ------------------------------------------------------------------------
269-
[INFO] Building Selenium-Jupiter 3.3.3
269+
[INFO] Building Selenium-Jupiter 3.3.4
270270
[INFO] ------------------------------------------------------------------------
271271
[INFO]
272272
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ selenium-jupiter ---
273273
[INFO] Selenium-Jupiter server listening on http://localhost:4042/wd/hub
274274
```
275275

276-
* Using Selenium-Jupiter as a [fat-jar](https://github.com/bonigarcia/selenium-jupiter/releases/download/selenium-jupiter-3.3.3/selenium-jupiter-3.3.3-fat.jar). For instance:
276+
* Using Selenium-Jupiter as a [fat-jar](https://github.com/bonigarcia/selenium-jupiter/releases/download/selenium-jupiter-3.3.4/selenium-jupiter-3.3.4-fat.jar). For instance:
277277

278278
```
279-
> java -jar selenium-jupiter-3.3.3-fat.jar server
279+
> java -jar selenium-jupiter-3.3.4-fat.jar server
280280
[INFO] Selenium-Jupiter server listening on http://localhost:4042/wd/hub
281281
```
282282

0 commit comments

Comments
 (0)