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
<p>Using the WebDriverManager <em>fat-JAR</em> (i.e., WebDriverManager with all its dependencies in a single executable JAR file). This JAR file is generated from the source using the Maven command <code>mvn compile assembly:single</code>, and it is released on GitHub with every new version of WebDriverManager. You can download the latest of this fat-JAR from <ahref="https://github.com/bonigarcia/webdrivermanager/releases/download/webdrivermanager-5.3.1/webdrivermanager-5.3.1-fat.jar">here</a>. Once you get this file, you need to use the following command in the shell (where <code><args></code> are the accepted arguments, explained below):</p>
2027
+
<p>Using the WebDriverManager <em>fat-JAR</em> (i.e., WebDriverManager with all its dependencies in a single executable JAR file). This JAR file is generated from the source using the Maven command <code>mvn compile assembly:single</code>, and it is released on GitHub with every new version of WebDriverManager. You can download the latest of this fat-JAR from <ahref="https://github.com/bonigarcia/webdrivermanager/releases/download/webdrivermanager-5.3.2/webdrivermanager-5.3.2-fat.jar">here</a>. Once you get this file, you need to use the following command in the shell (where <code><args></code> are the accepted arguments, explained below):</p>
<p>Using the WebDriverManager Docker container. Each new release of WebDriverManager is pushed to <ahref="https://hub.docker.com/r/bonigarcia/webdrivermanager">Docker Hub</a> as a container based on <ahref="https://hub.docker.com/_/openjdk">OpenJDK</a> plus the WebDriverManager fat-JAR. The default command to run the WebDriverManager Docker container is described below.</p>
2044
2044
<divclass="listingblock">
2045
2045
<divclass="content">
2046
-
<preclass="CodeRay highlight"><codedata-lang="shell">docker run --rm -e ARGS="<args>" bonigarcia/webdrivermanager:5.3.1</code></pre>
2046
+
<preclass="CodeRay highlight"><codedata-lang="shell">docker run --rm -e ARGS="<args>" bonigarcia/webdrivermanager:5.3.2</code></pre>
<p>To configure the WebDriverManager Agent, we need to specify the path of the WebDriverManager <ahref="https://github.com/bonigarcia/webdrivermanager/releases/download/webdrivermanager-5.3.1/webdrivermanager-5.3.1-fat.jar">fat-JAR</a> using the JVM flag <code>-javaagent:/path/to/webdrivermanager-5.3.1-fat.jar</code>. Alternatively, it can be done using Maven (see a complete project example <ahref="https://github.com/bonigarcia/wdm-agent-example/">here</a>).</p>
2317
+
<p>To configure the WebDriverManager Agent, we need to specify the path of the WebDriverManager <ahref="https://github.com/bonigarcia/webdrivermanager/releases/download/webdrivermanager-5.3.2/webdrivermanager-5.3.2-fat.jar">fat-JAR</a> using the JVM flag <code>-javaagent:/path/to/webdrivermanager-5.3.2-fat.jar</code>. Alternatively, it can be done using Maven (see a complete project example <ahref="https://github.com/bonigarcia/wdm-agent-example/">here</a>).</p>
0 commit comments