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
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Avoid step 4 in the <ahref="#resolution-algorithm">resolution algorithm</a> (for instance, in the <ahref="#webdrivermanager-cli">CLI</a> mode)</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Java property name used to export the driver path (available in <ahref="https://github.com/bonigarcia/webdrivermanager/blob/master/src/main/resources/webdrivermanager.properties">webdrivermanager.properties</a>)</p></td>
2348
-
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Set custom property name. An <code>DriverManagerType</code> enum can be used insted of the <code>String</code> parameter</p></td>
2348
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Set custom property name. An <code>DriverManagerType</code> enum (e.g., <code>CHROME</code>, <code>FIREFOX</code>, etc.) can be used insted of the <code>String</code> parameter</p></td>
<p>When the host is Mac OS or Windows, we can use the DNS name <code>host.docker.internal</code>, which will be resolved to the internal IP address used by the host.</p>
2655
2655
</div>
2656
-
<h4id="chrome-92-in-docker" class="discrete">Chrome 92+ in Docker</h4>
2656
+
<h4id="chrome-92-94-in-docker" class="discrete">Chrome 92-94 in Docker</h4>
2657
2657
<divclass="paragraph">
2658
-
<p>There is an <ahref="https://bugs.chromium.org/p/chromedriver/issues/detail?id=3857">open issue</a>with Chrome 92+ and Docker at the time of this writing. The problem can be solved by using the argument <code>--disable-gpu</code> in Chrome and Edge. This argument is used by WebDriverManager 5 to avoid the issue. Nevertheless, some situations are still impossible to fix (e.g., when using <ahref="https://hub.docker.com/r/bonigarcia/webdrivermanager">WebDriverManager in Docker</a> as CLI or Server).</p>
2658
+
<p>There was an <ahref="https://bugs.chromium.org/p/chromedriver/issues/detail?id=3857">issue</a>that affected Chrome 92 to 94 and Docker. The problem can be solved by using the argument <code>--disable-gpu</code> in Chrome and Edge. This argument is used by WebDriverManager 5 to avoid the issue. Nevertheless, some situations are still impossible to fix (e.g., when using <ahref="https://hub.docker.com/r/bonigarcia/webdrivermanager">WebDriverManager in Docker</a> as CLI or Server) for Chrome 92 to 94 in Docker.</p>
<p>García, Boni. <ahref="https://www.oreilly.com/library/view/hands-on-selenium-webdriver/9781098109998/">Hands-On Selenium WebDriver with Java</a>. <em>O’Reilly Media, Inc.</em>, Currently on early relase. Final release available on 2022.</p>
<p>García, Boni, et al. "<ahref="https://www.sciencedirect.com/science/article/abs/pii/S0164121222000516">Selenium-Jupiter: A JUnit 5 extension for Selenium WebDriver</a>." <em>Journal of Systems and Software</em> (2022): 111298.</p>
2705
+
</li>
2706
+
<li>
2704
2707
<p>García, Boni, et al. "<ahref="https://link.springer.com/article/10.1007%2Fs10664-021-09975-3">Automated driver management for Selenium WebDriver</a>." <em>Empirical Software Engineering</em> 26.5 (2021): 1-51.</p>
0 commit comments