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 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:
239
239
240
240
```
241
-
> java -jar selenium-jupiter-3.3.3-fat.jar chrome
241
+
> java -jar selenium-jupiter-3.3.4-fat.jar chrome
242
242
[INFO] Using SeleniumJupiter to execute chrome (latest) in Docker
[INFO] Selenium-Jupiter server listening on http://localhost:4042/wd/hub
274
274
```
275
275
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:
277
277
278
278
```
279
-
> java -jar selenium-jupiter-3.3.3-fat.jar server
279
+
> java -jar selenium-jupiter-3.3.4-fat.jar server
280
280
[INFO] Selenium-Jupiter server listening on http://localhost:4042/wd/hub
0 commit comments