You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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:
344
344
345
345
```
346
-
> java -jar webdrivermanager-3.3.0-fat.jar chrome
346
+
> java -jar webdrivermanager-3.4.0-fat.jar chrome
347
347
[INFO] Using WebDriverManager to resolve chrome
348
348
[INFO] Reading https://chromedriver.storage.googleapis.com/ to seek chromedriver
[INFO] WebDriverManager server listening on port 4041
370
370
```
371
371
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:
373
373
374
374
```
375
-
> java -jar webdrivermanager-3.3.0-fat.jar server
375
+
> java -jar webdrivermanager-3.4.0-fat.jar server
376
376
[INFO] WebDriverManager server listening on port 4041
0 commit comments