Skip to content

Commit af6685a

Browse files
committed
Update README for version 3.4.0
1 parent fd12a53 commit af6685a

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
@@ -61,7 +61,7 @@ In order to use WebDriverManager from tests in a Maven project, you need to add
6161
<dependency>
6262
<groupId>io.github.bonigarcia</groupId>
6363
<artifactId>webdrivermanager</artifactId>
64-
<version>3.3.0</version>
64+
<version>3.4.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
```
@@ -70,7 +70,7 @@ In order to use WebDriverManager from tests in a Maven project, you need to add
7070

7171
```
7272
dependencies {
73-
testCompile("io.github.bonigarcia:webdrivermanager:3.3.0")
73+
testCompile("io.github.bonigarcia:webdrivermanager:3.4.0")
7474
}
7575
```
7676

@@ -321,7 +321,7 @@ As of version 2.2.0, WebDriverManager can used interactively from the Command Li
321321
[INFO] Scanning for projects...
322322
[INFO]
323323
[INFO] ------------------------------------------------------------------------
324-
[INFO] Building WebDriverManager 3.3.0
324+
[INFO] Building WebDriverManager 3.4.0
325325
[INFO] ------------------------------------------------------------------------
326326
[INFO]
327327
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ webdrivermanager ---
@@ -340,10 +340,10 @@ As of version 2.2.0, WebDriverManager can used interactively from the Command Li
340340
[INFO] ------------------------------------------------------------------------
341341
```
342342

343-
* Using WebDriverManager as a *fat-jar* (i.e. WebDriverManager with all its dependencies in a single executable JAR file). This JAR file can downloaded from [here](https://github.com/bonigarcia/webdrivermanager/releases/download/webdrivermanager-3.3.0/webdrivermanager-3.3.0-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 webdrivermanager-3.3.0-fat.jar browserName``, for instance:
343+
* Using WebDriverManager as a *fat-jar* (i.e. WebDriverManager with all its dependencies in a single executable JAR file). This JAR file can downloaded from [here](https://github.com/bonigarcia/webdrivermanager/releases/download/webdrivermanager-3.4.0/webdrivermanager-3.4.0-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 webdrivermanager-3.4.0-fat.jar browserName``, for instance:
344344

345345
```
346-
> java -jar webdrivermanager-3.3.0-fat.jar chrome
346+
> java -jar webdrivermanager-3.4.0-fat.jar chrome
347347
[INFO] Using WebDriverManager to resolve chrome
348348
[INFO] Reading https://chromedriver.storage.googleapis.com/ to seek chromedriver
349349
[INFO] Latest version of chromedriver is 2.37
@@ -362,17 +362,17 @@ $ mvn exec:java -Dexec.args="server"
362362
[INFO] Scanning for projects...
363363
[INFO]
364364
[INFO] ------------------------------------------------------------------------
365-
[INFO] Building WebDriverManager 3.3.0
365+
[INFO] Building WebDriverManager 3.4.0
366366
[INFO] ------------------------------------------------------------------------
367367
[INFO]
368368
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ webdrivermanager ---
369369
[INFO] WebDriverManager server listening on port 4041
370370
```
371371

372-
* Using WebDriverManager as a [fat-jar](https://github.com/bonigarcia/webdrivermanager/releases/download/webdrivermanager-3.3.0/webdrivermanager-3.3.0-fat.jar). For instance:
372+
* Using WebDriverManager as a [fat-jar](https://github.com/bonigarcia/webdrivermanager/releases/download/webdrivermanager-3.4.0/webdrivermanager-3.4.0-fat.jar). For instance:
373373

374374
```
375-
> java -jar webdrivermanager-3.3.0-fat.jar server
375+
> java -jar webdrivermanager-3.4.0-fat.jar server
376376
[INFO] WebDriverManager server listening on port 4041
377377
```
378378

0 commit comments

Comments
 (0)